Remove some dead methods.
[oota-llvm.git] / include / llvm / GlobalValue.h
index 391b8305cd71f5298d565c10b777182b784f2e2b..58d02576c17e960ad763c3008a9727ed839c57d4 100644 (file)
@@ -26,7 +26,7 @@ class PointerType;
 class Module;
 
 class GlobalValue : public Constant {
-  GlobalValue(const GlobalValue &);             // do not implement
+  GlobalValue(const GlobalValue &) LLVM_DELETED_FUNCTION;
 public:
   /// @brief An enumeration for the kinds of linkage for global values.
   enum LinkageTypes {