From f16e6d61e0acb1ef369ca99c9bdb3d8385ed499f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 18 Apr 2020 15:23:44 +0200 Subject: [PATCH] Remove unused using declaration. --- include/instance.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/instance.hpp b/include/instance.hpp index 214be77..3a0e2a3 100644 --- a/include/instance.hpp +++ b/include/instance.hpp @@ -32,7 +32,6 @@ namespace mastodonpp using std::uint64_t; using std::string; using std::string_view; -using std::move; using std::vector; /*!