Skip to content
Snippets Groups Projects
Commit ca03e7eb authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Remove unused variable.

It is set later inside one of the branches of the if, but the other branches abort the execution of the method, so there's no need to define it outside the if.
parent 5245fb22
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,6 @@ class SimpleSAML_Configuration
return self::$loadedConfigs[$filename];
}
$spurious_output = false;
if (file_exists($filename)) {
$config = 'UNINITIALIZED';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment