summaryrefslogtreecommitdiffstats
path: root/Source/cmServerDictionary.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-12-06 16:49:52 (GMT)
committerBrad King <brad.king@kitware.com>2017-12-06 16:49:52 (GMT)
commitb7100756d739e1a46820b700607e738f17985e30 (patch)
tree4efa5939df9232695161d5acb36116d627d0a356 /Source/cmServerDictionary.h
parent976370d134a2d7b22b6f43f6031b0ee850a01d9d (diff)
parent8b2736c71ca6eb8e62a69f57ad07e4e19a95c936 (diff)
downloadCMake-b7100756d739e1a46820b700607e738f17985e30.zip
CMake-b7100756d739e1a46820b700607e738f17985e30.tar.gz
CMake-b7100756d739e1a46820b700607e738f17985e30.tar.bz2
Merge branch 'backport-revert-server-target-backtraces' into revert-server-target-backtraces
Diffstat (limited to 'Source/cmServerDictionary.h')
-rw-r--r--Source/cmServerDictionary.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmServerDictionary.h b/Source/cmServerDictionary.h
index 62dee11..685542c 100644
--- a/Source/cmServerDictionary.h
+++ b/Source/cmServerDictionary.h
@@ -97,11 +97,6 @@ static const std::string kCTEST_INFO = "ctestInfo";
static const std::string kMINIMUM_CMAKE_VERSION = "minimumCMakeVersion";
static const std::string kIS_GENERATOR_PROVIDED_KEY = "isGeneratorProvided";
-static const std::string kTARGET_CROSS_REFERENCES_KEY = "crossReferences";
-static const std::string kLINE_NUMBER_KEY = "line";
-static const std::string kBACKTRACE_KEY = "backtrace";
-static const std::string kRELATED_STATEMENTS_KEY = "relatedStatements";
-
static const std::string kSTART_MAGIC = "[== \"CMake Server\" ==[";
static const std::string kEND_MAGIC = "]== \"CMake Server\" ==]";