X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FAPI.hpp;h=47f71e3c4394abf4c5ab5edc04e969a7d2b78228;hp=c079888d0e4deeed518709fb43b5e8988ae9b7a2;hb=15131cc4552b38de0638fa84164e509b05bb6c11;hpb=aec8b88e8222617959b869d62d7801642138cf7a diff --git a/src/API.hpp b/src/API.hpp index c079888..47f71e3 100644 --- a/src/API.hpp +++ b/src/API.hpp @@ -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) */