1
0
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:
Mikhail Glushenkov 2009-09-08 19:51:12 +00:00
parent d5ee80a911
commit b02519c95d

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: