summaryrefslogtreecommitdiffstats
path: root/tools/c-index-test/JSONAggregation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/c-index-test/JSONAggregation.cpp')
-rw-r--r--tools/c-index-test/JSONAggregation.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/c-index-test/JSONAggregation.cpp b/tools/c-index-test/JSONAggregation.cpp
index 4c761b6f8f..f5a8d4b428 100644
--- a/tools/c-index-test/JSONAggregation.cpp
+++ b/tools/c-index-test/JSONAggregation.cpp
@@ -20,8 +20,6 @@ using namespace clang::index;
using namespace indexstore;
using namespace llvm;
-#if INDEXSTORE_HAS_BLOCKS
-
namespace {
typedef size_t FilePathIndex;
@@ -412,10 +410,3 @@ bool index::aggregateDataAsJSON(StringRef StorePath, raw_ostream &OS) {
aggregator->dumpJSON(OS);
return false;
}
-
-#else
-
-bool index::aggregateDataAsJSON(StringRef StorePath, raw_ostream &OS) {
- return true;
-}
-#endif