diff options
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: |