Since Program is basically a PID, it should be copyable.

llvm-svn: 81248
This commit is contained in:
Mikhail Glushenkov 2009-09-08 19:51:12 +00:00
parent f9e2f241df
commit 28471eee1d
1 changed files with 0 additions and 4 deletions

View File

@ -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: