aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-09-08 19:51:12 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-09-08 19:51:12 +0000
commit7490029b28358b8251bf525e199b2618a7da4afa (patch)
tree41161c04dd24e505e4b997e023572c8219814150
parent460b0175ff36930e7ab2a0c1e0ac1c861b704765 (diff)
downloadexternal_llvm-7490029b28358b8251bf525e199b2618a7da4afa.zip
external_llvm-7490029b28358b8251bf525e199b2618a7da4afa.tar.gz
external_llvm-7490029b28358b8251bf525e199b2618a7da4afa.tar.bz2
Since Program is basically a PID, it should be copyable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81248 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/System/Program.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h
index f92c322..f6fe794 100644
--- a/include/llvm/System/Program.h
+++ b/include/llvm/System/Program.h
@@ -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: