From 50551cc6b2a40208b2d6d1973886dc0b1ee4d04c Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 30 Mar 2012 14:54:31 +0200 Subject: [PATCH] estimation: remove unnecessary function --- preprocessor/ComputingTasks.cc | 5 ----- preprocessor/ComputingTasks.hh | 1 - 2 files changed, 6 deletions(-) diff --git a/preprocessor/ComputingTasks.cc b/preprocessor/ComputingTasks.cc index 09e2d98d3..bbf82ac3d 100644 --- a/preprocessor/ComputingTasks.cc +++ b/preprocessor/ComputingTasks.cc @@ -1677,11 +1677,6 @@ SubsamplesEqualStatement::SubsamplesEqualStatement(const string &to_name1_arg, { } -void -SubsamplesEqualStatement::checkPass(ModFileStructure &mod_file_struct, WarningConsolidation &warnings) -{ -} - void SubsamplesEqualStatement::writeOutput(ostream &output, const string &basename) const { diff --git a/preprocessor/ComputingTasks.hh b/preprocessor/ComputingTasks.hh index 494b04690..71a95ebec 100644 --- a/preprocessor/ComputingTasks.hh +++ b/preprocessor/ComputingTasks.hh @@ -608,7 +608,6 @@ public: const string &to_name2_arg, const string &from_name1_arg, const string &from_name2_arg); - virtual void checkPass(ModFileStructure &mod_file_struct, WarningConsolidation &warnings); virtual void writeOutput(ostream &output, const string &basename) const; };