Remove the apparently unused rand48 configure checks and associated m4.
[oota-llvm.git] / include / llvm / PassInfo.h
index d53daf1cf72ca0475dd997e1a3eb26a33e7ce4d8..d10761831b3a781db16b108f5b1cab8532412f70 100644 (file)
@@ -138,8 +138,8 @@ public:
   }
 
 private:
-  void operator=(const PassInfo &) LLVM_DELETED_FUNCTION;
-  PassInfo(const PassInfo &) LLVM_DELETED_FUNCTION;
+  void operator=(const PassInfo &) = delete;
+  PassInfo(const PassInfo &) = delete;
 };
 
 }