diff options
-rw-r--r-- | clang/tools/libclang/CIndex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/tools/libclang/CIndex.cpp b/clang/tools/libclang/CIndex.cpp index 51749d7849b..25434164f49 100644 --- a/clang/tools/libclang/CIndex.cpp +++ b/clang/tools/libclang/CIndex.cpp @@ -5478,7 +5478,6 @@ unsigned clang_CXXMethod_isVirtual(CXCursor C) { Method = dyn_cast_or_null<CXXMethodDecl>(D); return (Method && Method->isVirtual()) ? 1 : 0; } - } // end: extern "C" //===----------------------------------------------------------------------===// |