]> granicus.if.org Git - clang/commitdiff
[libclang][NFC] Remove debug comment
authorJan Korous <jkorous@apple.com>
Thu, 22 Aug 2019 23:29:10 +0000 (23:29 +0000)
committerJan Korous <jkorous@apple.com>
Thu, 22 Aug 2019 23:29:10 +0000 (23:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369714 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/Indexing.cpp

index ad3be530473c23ab999c7f639d65fefcb1648f5d..c4ee53385bd7e36b107f3e5e2a921cd2f4ea8f14 100644 (file)
@@ -125,9 +125,7 @@ class SessionSkipBodyData {
   PPRegionSetTy ParsedRegions;
 
 public:
-  ~SessionSkipBodyData() {
-    //llvm::errs() << "RegionData: " << Skipped.size() << " - " << Skipped.getMemorySize() << "\n";
-  }
+  ~SessionSkipBodyData() = default;
 
   void copyTo(PPRegionSetTy &Set) {
     std::lock_guard<std::mutex> MG(Mux);