summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 15:37:51 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-08 21:41:29 (GMT)
commita8429a402da4aeb717f4af234c8d14d1c4e10ed7 (patch)
tree1180acfc7d4c16f8ca35d447a63269447bf0c286 /Source/cmListFileCache.h
parent370bb92c10cd8fec7770267c93515623e4168012 (diff)
downloadCMake-a8429a402da4aeb717f4af234c8d14d1c4e10ed7.zip
CMake-a8429a402da4aeb717f4af234c8d14d1c4e10ed7.tar.gz
CMake-a8429a402da4aeb717f4af234c8d14d1c4e10ed7.tar.bz2
cmTarget: Split storage of link implementation from backtraces.
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 0afd7f5..5f1a310 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -111,13 +111,4 @@ struct cmListFile
std::vector<cmListFileFunction> Functions;
};
-struct cmValueWithOrigin {
- cmValueWithOrigin(const std::string &value,
- const cmListFileBacktrace &bt)
- : Value(value), Backtrace(bt)
- {}
- std::string Value;
- cmListFileBacktrace Backtrace;
-};
-
#endif