summaryrefslogtreecommitdiff
path: root/include/llvm/Constant.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-28 00:37:43 +0000
committerChris Lattner <sabre@nondot.org>2006-09-28 00:37:43 +0000
commitb14cb1024a26ff703368756897eeeb3e9a9c15fc (patch)
tree28f0c3d42df1f46e0059b18b11ede1a31f0331ed /include/llvm/Constant.h
parent8a94bf142ac7ab47fdeef44bbb6cceecf234b43e (diff)
downloadllvm-b14cb1024a26ff703368756897eeeb3e9a9c15fc.tar.gz
llvm-b14cb1024a26ff703368756897eeeb3e9a9c15fc.tar.bz2
llvm-b14cb1024a26ff703368756897eeeb3e9a9c15fc.tar.xz
remove dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Constant.h')
-rw-r--r--include/llvm/Constant.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h
index 603afcbff9..15722b62db 100644
--- a/include/llvm/Constant.h
+++ b/include/llvm/Constant.h
@@ -103,11 +103,6 @@ public:
assert(0 && "Constants that do not have operands cannot be using 'From'!");
}
- /// clearAllValueMaps - This method frees all internal memory used by the
- /// constant subsystem, which can be used in environments where this memory
- /// is otherwise reported as a leak.
- static void clearAllValueMaps();
-
/// getStringValue - Turn an LLVM constant pointer that eventually points to a
/// global into a string value. Return an empty string if we can't do it.
/// Parameter Chop determines if the result is chopped at the first null