diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-04-20 23:11:38 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-04-20 23:11:38 +0000 |
commit | c827834d496568da936f6a8b48798a98956fc8af (patch) | |
tree | 2cbb35d0b4146bd8b603d56cbd87b6c6f367f257 /include/llvm/Module.h | |
parent | 8c48e4ff899303eb9a4ea8ed1c43d175f0cf48ff (diff) |
Revert r155241, which is causing some breakage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155253 91177308-0d34-0410-b5e6-96231b3b80d8
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 /// @{ |