r9183@datura: manu | 2008-06-04 09:59:07 +0200
[manu/suphp.git] / src / File.hpp
index cf839e7..3268fb7 100644 (file)
@@ -143,11 +143,7 @@ namespace suPHP {
         * Returns owning group of file
         */
        GroupInfo getGroup() const throw (SystemException);
-
-        /**
-         * Checks whether this file is a symlink
-         */
-        bool isSymlink() const throw (SystemException);
+       
     };
 };