Skip to content
Snippets Groups Projects
Unverified Commit a62077c9 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

saml: remove unused code

parent d42f9ea8
No related branches found
No related tags found
No related merge requests found
...@@ -145,13 +145,6 @@ class sspmod_saml_Error extends SimpleSAML_Error_Exception { ...@@ -145,13 +145,6 @@ class sspmod_saml_Error extends SimpleSAML_Error_Exception {
* @return SimpleSAML_Error_Exception An exception representing this error. * @return SimpleSAML_Error_Exception An exception representing this error.
*/ */
public function toException() { public function toException() {
if ($this->statusMessage !== NULL) {
$msg = $this->statusMessage;
} else {
$msg = '';
}
$e = NULL; $e = NULL;
switch ($this->status) { switch ($this->status) {
......
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