diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-29 13:17:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-29 13:17:30 +0200 |
commit | 6dbf3bbd2efa963859156826a25fc639c6c52ce5 (patch) | |
tree | 20cfd40a9b9649578a88b5eff7415a56eb14001d /build/variable.cxx | |
parent | c087efe145a75087acd646abe3258dad4aef4e2a (diff) |
Add support for setting target-specific variables from buildfiles
Diffstat (limited to 'build/variable.cxx')
-rw-r--r-- | build/variable.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/variable.cxx b/build/variable.cxx index 8f99ad9..ce1890d 100644 --- a/build/variable.cxx +++ b/build/variable.cxx @@ -15,15 +15,6 @@ namespace build // value_proxy // template <> - list_value& value_proxy:: - as<list_value&> () const - { - list_value* lv (dynamic_cast<list_value*> (p->get ())); - assert (lv != nullptr); - return *lv; - } - - template <> const string& value_proxy:: as<const string&> () const { |