aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r--include/llvm/Module.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h
index 8223f6f612..d7d9240f3a 100644
--- a/include/llvm/Module.h
+++ b/include/llvm/Module.h
@@ -52,14 +52,6 @@ public:
Module();
~Module();
- // reduceApply - Apply the specified function to all of the methods in this
- // module. The result values are or'd together and the result is returned.
- //
- bool reduceApply(bool (*Func)(GlobalVariable*));
- bool reduceApply(bool (*Func)(const GlobalVariable*)) const;
- bool reduceApply(bool (*Func)(Function*));
- bool reduceApply(bool (*Func)(const Function*)) const;
-
// Get the underlying elements of the Module...
inline const GlobalListType &getGlobalList() const { return GlobalList; }
inline GlobalListType &getGlobalList() { return GlobalList; }