Remove unused member string zurl
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Mar 2015 13:26:32 +0000 (14:26 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Mar 2015 13:26:32 +0000 (14:26 +0100)
src/filter_zoom.cpp

index 67eb01e..627442b 100644 (file)
@@ -93,7 +93,6 @@ namespace metaproxy_1 {
         class Zoom::Backend : boost::noncopyable {
             friend class Impl;
             friend class Frontend;
-            std::string zurl;
             mp::wrbuf m_apdu_wrbuf;
             ZOOM_connection m_connection;
             ZOOM_resultset m_resultset;