From b3848581bf5f77008a71cf79ba6e3d61b33baed6 Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Wed, 25 Jul 2012 18:00:03 +0200
Subject: [PATCH] Small cleanup

---
 lib/ocs.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/ocs.php b/lib/ocs.php
index 61df38d2db..d7a7951fab 100644
--- a/lib/ocs.php
+++ b/lib/ocs.php
@@ -90,8 +90,6 @@ class OC_OCS {
 			exit();
 		}
 
-		// preprocess url
-		$url = strtolower($_SERVER['REQUEST_URI']);
 		$format = self::readData($method, 'format', 'text', '');
 
 		$router = new OC_Router();
-- 
GitLab