summaryrefslogtreecommitdiff
path: root/ext/spl/internal/splfileobject.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/internal/splfileobject.inc')
-rwxr-xr-xext/spl/internal/splfileobject.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/spl/internal/splfileobject.inc b/ext/spl/internal/splfileobject.inc
index 5f746ea2d..b78c71889 100755
--- a/ext/spl/internal/splfileobject.inc
+++ b/ext/spl/internal/splfileobject.inc
@@ -50,14 +50,6 @@ class SplFileObject extends SplFileInfo implements RecursiveIterator, SeekableIt
}
/**
- * @return the filename as specified in the constructor
- */
- function getFilename()
- {
- return $this->fname;
- }
-
- /**
* @return whether the end of the stream is reached
*/
function eof()