diff options
author | tastytea | 2020-04-18 15:23:44 +0200 |
---|---|---|
committer | tastytea | 2020-04-18 15:25:49 +0200 |
commit | f16e6d61e0acb1ef369ca99c9bdb3d8385ed499f (patch) | |
tree | da691da8099101a4d4ff997d7b179b3a78d6bbf7 | |
parent | 576c84aa36732f7f7d1564f1c1dfe853298e7e32 (diff) | |
download | mastodonpp-f16e6d61e0acb1ef369ca99c9bdb3d8385ed499f.tar mastodonpp-f16e6d61e0acb1ef369ca99c9bdb3d8385ed499f.tar.gz mastodonpp-f16e6d61e0acb1ef369ca99c9bdb3d8385ed499f.zip |
Remove unused using declaration.
-rw-r--r-- | include/instance.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; /*! |