summaryrefslogtreecommitdiffstats
path: root/src/http/HTTPClientSender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/HTTPClientSender.cpp')
-rw-r--r--src/http/HTTPClientSender.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/HTTPClientSender.cpp b/src/http/HTTPClientSender.cpp
index fcbfc542..ed5299dd 100644
--- a/src/http/HTTPClientSender.cpp
+++ b/src/http/HTTPClientSender.cpp
@@ -14,7 +14,6 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-
#include <string>
#include <libsoup/soup.h>
@@ -59,7 +58,6 @@ HTTPClientSender::put(const URI& uri,
? _url + "/patch" + uri.substr(uri.find("/"))
: uri.str();
-
const Shared::World& world = _engine.world();
Sord::Model model(world.rdf_world());
for (Resource::Properties::const_iterator i = properties.begin();