aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/System')
-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: