Changes in directory llvm/include/llvm:
Constant.h updated: 1.30 -> 1.31 --- Log message: remove dead method --- Diffs of the changes: (+0 -5) Constant.h | 5 ----- 1 files changed, 5 deletions(-) Index: llvm/include/llvm/Constant.h diff -u llvm/include/llvm/Constant.h:1.30 llvm/include/llvm/Constant.h:1.31 --- llvm/include/llvm/Constant.h:1.30 Mon Jun 5 11:29:06 2006 +++ llvm/include/llvm/Constant.h Wed Sep 27 19:37:43 2006 @@ -103,11 +103,6 @@ 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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits