From e609d7033426e8d3c0574979fcfc7fae1ecba735 Mon Sep 17 00:00:00 2001 From: Wei Yang Date: Thu, 5 Jul 2018 12:30:56 +0800 Subject: [PATCH] Remove unnecessary structure definition in static_variant.hpp --- include/fc/static_variant.hpp | 5 ----- 1 file changed, 5 deletions(-) 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;