summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/path.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/path.inc b/includes/path.inc
index a6fc4ee9d..bc11198b4 100644
--- a/includes/path.inc
+++ b/includes/path.inc
@@ -71,9 +71,6 @@ function drupal_lookup_path($action, $path = '') {
$map[$src] = $path;
return $src;
}
- else {
- $map[$path] = FALSE;
- }
}
}
}