summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/bootstrap.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index def6e412c..10686638c 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -201,7 +201,6 @@ function variable_del($name) {
*/
function cache_get($key) {
global $user;
- $sid = session_id();
// CACHE_ENABLED_LOOSE garbage collection
$cache_flush = variable_get('cache_flush', 0);
@@ -275,7 +274,6 @@ function cache_set($cid, $data, $expire = CACHE_PERMANENT, $headers = NULL) {
*/
function cache_clear_all($cid = NULL, $wildcard = false) {
global $user;
- $sid = session_id();
if (empty($cid)) {
if (variable_get('cache', CACHE_DISABLED) == CACHE_ENABLED_STRICT) {