]> granicus.if.org Git - clang/commitdiff
Remove default argument, since it isn't being used (suggested by Fariborz).
authorSteve Naroff <snaroff@apple.com>
Wed, 15 Jul 2009 19:34:04 +0000 (19:34 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 15 Jul 2009 19:34:04 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75815 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index f52d828f673bfe84678ee5f5505b77dfdbcdab7e..f10c6b66313ce4191c2d9112ff7c6bbd1bf50e6a 100644 (file)
@@ -376,7 +376,7 @@ public:
 
   /// getObjCObjectPointerType - Return a ObjCObjectPointerType type for the
   /// given interface decl and the conforming protocol list.
-  QualType getObjCObjectPointerType(QualType OIT = QualType(),
+  QualType getObjCObjectPointerType(QualType OIT,
                                     ObjCProtocolDecl **ProtocolList = 0,
                                     unsigned NumProtocols = 0);