diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/common.inc b/includes/common.inc index 023bb516f..2c052dc3a 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -340,13 +340,6 @@ function drupal_get_html_head() { } /** - * Reset the static variable which holds the aliases mapped for this request. - */ -function drupal_clear_path_cache() { - drupal_lookup_path('wipe'); -} - -/** * Add a feed URL for the current page. * * This function can be called as long the HTML header hasn't been sent. |