r9183@datura: manu | 2008-06-04 09:59:07 +0200
[manu/suphp.git] / src / API.hpp
index c079888..47f71e3 100644 (file)
@@ -157,12 +157,6 @@ namespace suPHP {
        virtual GroupInfo File_getGroup(const File& file) const
            throw (SystemException) =0;
        
-        /**
-         * Checks whether a file is a symlink
-         */
-        virtual bool File_isSymlink(const File& file) const 
-            throw (SystemException) =0;
-        
        /**
         * Runs another program (replaces current process)
         */