diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 15:37:51 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-08 21:41:29 (GMT) |
commit | a8429a402da4aeb717f4af234c8d14d1c4e10ed7 (patch) | |
tree | 1180acfc7d4c16f8ca35d447a63269447bf0c286 /Source/cmListFileCache.h | |
parent | 370bb92c10cd8fec7770267c93515623e4168012 (diff) | |
download | CMake-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.h | 9 |
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 |