diff options
Diffstat (limited to 'include/llvm/Constant.h')
-rw-r--r-- | include/llvm/Constant.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h index e48a9c5d74..d925fdb618 100644 --- a/include/llvm/Constant.h +++ b/include/llvm/Constant.h @@ -43,10 +43,6 @@ protected: : User(Ty, vty, Ops, NumOps) {} void destroyConstantImpl(); - static void destroyThis(Constant*v) { - User::destroyThis(v); - } - friend class Value; public: /// Static constructor to get a '0' constant of arbitrary type... /// |