summaryrefslogtreecommitdiffstats
path: root/src/mastodonpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mastodonpp.cpp')
-rw-r--r--src/mastodonpp.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mastodonpp.cpp b/src/mastodonpp.cpp
index 7890ed6..99f2b27 100644
--- a/src/mastodonpp.cpp
+++ b/src/mastodonpp.cpp
@@ -16,16 +16,9 @@
#include "mastodonpp.hpp"
-#include <utility>
-
namespace mastodonpp
{
-using std::move;
-API::API(string instance, string access_token)
- : _instance{move(instance)}
- , _access_token{move(access_token)}
-{}
} // namespace mastodonpp