From 9289586908f4fb3ae4049605f871fd306494f159 Mon Sep 17 00:00:00 2001 From: sehraf Date: Fri, 14 Sep 2018 17:05:57 +0200 Subject: [PATCH] remove unused variable --- retroshare-gui/src/gui/common/FriendList.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/retroshare-gui/src/gui/common/FriendList.cpp b/retroshare-gui/src/gui/common/FriendList.cpp index 1e953aa69..640327b7a 100644 --- a/retroshare-gui/src/gui/common/FriendList.cpp +++ b/retroshare-gui/src/gui/common/FriendList.cpp @@ -2011,7 +2011,6 @@ bool FriendList::importFriendlist(QString &fileName, bool &errorPeers, bool &err errorPeers = false; errorGroups = false; - uint32_t error_code; std::string error_string; RsPeerDetails rsPeerDetails; RsPeerId rsPeerID;