forked from OSchip/llvm-project
Since Program is basically a PID, it should be copyable.
llvm-svn: 81248
This commit is contained in:
parent
f9e2f241df
commit
28471eee1d
|
@ -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