Address Sanjoy's review comments to r256326
[oota-llvm.git] / include / llvm / Support / Watchdog.h
index b58496b2fb8eaab490e27b9f596296a76e2b4004..01e1d926eb9569684cf93d54c73942a7c623b2b3 100644 (file)
@@ -29,8 +29,8 @@ namespace llvm {
       ~Watchdog();
     private:
       // Noncopyable.
-      Watchdog(const Watchdog &other) LLVM_DELETED_FUNCTION;
-      Watchdog &operator=(const Watchdog &other) LLVM_DELETED_FUNCTION;
+      Watchdog(const Watchdog &other) = delete;
+      Watchdog &operator=(const Watchdog &other) = delete;
     };
   }
 }