Skip to content
Snippets Groups Projects
Commit bce7737e authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Remove unused variable.

parent d48e188d
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,6 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerMDX extends SimpleSAML_Metadata_ ...@@ -102,7 +102,6 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerMDX extends SimpleSAML_Metadata_
assert('is_string($entityId)'); assert('is_string($entityId)');
$cachekey = sha1($entityId); $cachekey = sha1($entityId);
$globalConfig = SimpleSAML_Configuration::getInstance();
return $this->cacheDir . '/' . $set . '-' . $cachekey . '.cached.xml'; return $this->cacheDir . '/' . $set . '-' . $cachekey . '.cached.xml';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment