]> granicus.if.org Git - clang/commitdiff
Remove dead method
authorReid Kleckner <rnk@google.com>
Tue, 27 Mar 2018 00:26:13 +0000 (00:26 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 27 Mar 2018 00:26:13 +0000 (00:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328599 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TargetCXXABI.h

index 7fb1f826b0f6485c1dc697193d9f766a9e4d2c5a..074f07ca5c8f9641595bb5427ecf09581c3d9850 100644 (file)
@@ -199,13 +199,6 @@ public:
     llvm_unreachable("bad ABI kind");
   }
 
-  /// \brief Is the default C++ member function calling convention
-  /// the same as the default calling convention?
-  bool isMemberFunctionCCDefault() const {
-    // Right now, this is always false for Microsoft.
-    return !isMicrosoft();
-  }
-
   /// Are arguments to a call destroyed left to right in the callee?
   /// This is a fundamental language change, since it implies that objects
   /// passed by value do *not* live to the end of the full expression.