From b2436b3ae5195fa5095a4110c6483f84443ff89c Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 17 Oct 2017 09:44:28 -0700 Subject: Remove unused --- include/mbgl/style/conversion.hpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/mbgl/style/conversion.hpp b/include/mbgl/style/conversion.hpp index 4a5fbe7b5e..f39db21025 100644 --- a/include/mbgl/style/conversion.hpp +++ b/include/mbgl/style/conversion.hpp @@ -30,12 +30,6 @@ namespace conversion { a filled optional is returned. */ -namespace detail { - - -} // namespace detail - - struct Error { std::string message; }; template @@ -88,12 +82,6 @@ class Value { }; public: - Value(VTable* vt, Storage&& s) - : vtable(vt) - { - vtable->move(std::move(s), this->storage); - } - Value(Value&& v) : vtable(v.vtable) { -- cgit v1.2.1