X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FFile.hpp;h=3268fb7b7efb6eae5c45d9d7b150a7b1b4d48675;hp=cf839e78ac46db33047836cbb4cfa67634970d30;hb=15131cc4552b38de0638fa84164e509b05bb6c11;hpb=2a758f9f80a0074585f6a4c603cde9be03502d4e diff --git a/src/File.hpp b/src/File.hpp index cf839e7..3268fb7 100644 --- a/src/File.hpp +++ b/src/File.hpp @@ -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); + }; };