diff options
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r-- | include/llvm/Module.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index 8c50098dce..b9c98814f1 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -309,9 +309,6 @@ public: /// is none by that name. StructType *getTypeByName(StringRef Name) const; - /// getNumNamedStructTypes - Return the number of named struct types. - unsigned getNumNamedStructTypes() const; - /// @} /// @name Function Accessors /// @{ |