]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.cc
remove the ABI compatible stub for GetListOfFilesInDir
[apt.git] / apt-pkg / contrib / fileutl.cc
index da32983f11ab13dc2c7a7ff448cbec122a677ae5..75adce305818fefd90de8daa75e430ee53063dc6 100644 (file)
@@ -201,11 +201,6 @@ bool FileExists(string File)
 // ---------------------------------------------------------------------
 /* If an extension is given only files with this extension are included
    in the returned vector, otherwise every "normal" file is included. */
-std::vector<string> GetListOfFilesInDir(string const &Dir, string const &Ext,
-                                       bool const &SortList)
-{
-   return GetListOfFilesInDir(Dir, Ext, SortList, false);
-}
 std::vector<string> GetListOfFilesInDir(string const &Dir, string const &Ext,
                                        bool const &SortList, bool const &AllowNoExt)
 {