diff options
author | Olav Morken <olav.morken@uninett.no> | 2010-09-10 08:29:15 +0000 |
---|---|---|
committer | Olav Morken <olav.morken@uninett.no> | 2010-09-10 08:29:15 +0000 |
commit | dbf8d56d666a5214b55ccb377be0d30cadacb820 (patch) | |
tree | b86afce2f2cd46b13a209e505b92fb76071436bb /lib | |
parent | 9415ca38da512ae7a32150adf0de748442cf3269 (diff) | |
download | simplesamlphp-dbf8d56d666a5214b55ccb377be0d30cadacb820.zip simplesamlphp-dbf8d56d666a5214b55ccb377be0d30cadacb820.tar.gz simplesamlphp-dbf8d56d666a5214b55ccb377be0d30cadacb820.tar.bz2 |
Remove unused SimpleSAML_ModifiedInfo.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2538 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib')
-rw-r--r-- | lib/SimpleSAML/ModifiedInfo.php | 18 |
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 |