diff options
Diffstat (limited to 'gentoobrowse-api/service/maintenance/masksProcessor.h')
-rw-r--r-- | gentoobrowse-api/service/maintenance/masksProcessor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gentoobrowse-api/service/maintenance/masksProcessor.h b/gentoobrowse-api/service/maintenance/masksProcessor.h index a569736..d076a26 100644 --- a/gentoobrowse-api/service/maintenance/masksProcessor.h +++ b/gentoobrowse-api/service/maintenance/masksProcessor.h @@ -12,8 +12,6 @@ namespace Gentoo { public: static const int FILETYPEID; - MasksProcessor(bool); - void created(DB::Connection * dbc, int64_t repoid, const Gentoo::StringList & fn, const boost::filesystem::path & path) override; void modified(DB::Connection * dbc, int64_t repoid, const Gentoo::StringList & fn, const boost::filesystem::path & path) override; void deleted(DB::Connection * dbc, int64_t repoid, const Gentoo::StringList & fn) override; |