aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Constant.h')
-rw-r--r--include/llvm/Constant.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h
index 112cb4d2ab..43a736e49c 100644
--- a/include/llvm/Constant.h
+++ b/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);