diff options
Diffstat (limited to 'llvm/include/llvm/Constant.h')
-rw-r--r-- | llvm/include/llvm/Constant.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Constant.h b/llvm/include/llvm/Constant.h index 112cb4d2abc..43a736e49c5 100644 --- a/llvm/include/llvm/Constant.h +++ b/llvm/include/llvm/Constant.h @@ -26,9 +26,6 @@ protected: void destroyConstantImpl(); public: - // setName - Specialize setName to handle symbol table majik. - virtual void setName(const std::string &name); - /// Static constructor to get a '0' constant of arbitrary type... /// static Constant *getNullValue(const Type *Ty); |