diff options
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 { |