diff --git a/include/fc/static_variant.hpp b/include/fc/static_variant.hpp index c9d5115..02fb5dc 100644 --- a/include/fc/static_variant.hpp +++ b/include/fc/static_variant.hpp @@ -338,11 +338,6 @@ public: tag_type which() const {return _tag;} }; -template -struct visitor { - typedef Result result_type; -}; - struct from_static_variant { variant& var;