mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Since Program is basically a PID, it should be copyable.
llvm-svn: 81248
This commit is contained in:
parent
d5ee80a911
commit
b02519c95d
@ -32,10 +32,6 @@ namespace sys {
|
||||
/// Opaque handle for target specific data.
|
||||
void *Data_;
|
||||
|
||||
// Noncopyable.
|
||||
Program(const Program& other);
|
||||
Program& operator=(const Program& other);
|
||||
|
||||
/// @name Methods
|
||||
/// @{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user