Remove dead declaration.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 2 May 2014 18:37:07 +0000 (18:37 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 2 May 2014 18:37:07 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207857 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/GlobalValue.h

index f812281f79dd65d5be5e55cacc1183e4db734513..09c9fe06aba5f3e411b02823157807cfe3788814 100644 (file)
@@ -116,13 +116,6 @@ public:
     Section = S;
   }
 
-  /// If the usage is empty (except transitively dead constants), then this
-  /// global value can be safely deleted since the destructor will
-  /// delete the dead constants as well.
-  /// @brief Determine if the usage of this global value is empty except
-  /// for transitively dead constants.
-  bool use_empty_except_constants();
-
   /// getType - Global values are always pointers.
   inline PointerType *getType() const {
     return cast<PointerType>(User::getType());