summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/SimpleSAML/ModifiedInfo.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/SimpleSAML/ModifiedInfo.php b/lib/SimpleSAML/ModifiedInfo.php
deleted file mode 100644
index 9eedc83..0000000
--- a/lib/SimpleSAML/ModifiedInfo.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-/**
- * The ModifiedInfo interface allows an object to export information about
- * whether it has been modified since it was deserialized or not.
- */
-interface SimpleSAML_ModifiedInfo {
-
- /**
- * This function is used to determine if this object has changed
- * since it was deserialized.
- *
- * @return TRUE if it has changed, FALSE if not.
- */
- public function isModified();
-
-}
-?> \ No newline at end of file