diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-12 21:17:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-12 21:17:48 +0000 |
commit | 1d353bae14855bfcfefa1df230d2e271d00ee919 (patch) | |
tree | 667ab1deadffb4bc2d1ee502e81610389c12913e /lib/Sema/Sema.h | |
parent | 116ed0aba32ceaa14bfbe259328c10e6383b055d (diff) |
make TryFixInvalidVariablyModifiedType a static function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 5b66694e04..6a86a8ab78 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -1307,11 +1307,6 @@ public: void InitBuiltinVaListType(); - // Helper method to turn variable array types into - // constant array types in certain situations which would otherwise - // be errors - QualType TryFixInvalidVariablyModifiedType(QualType T); - //===--------------------------------------------------------------------===// // Extra semantic analysis beyond the C type system private: |