Remove unnecessary amDone() overrides
This commit is contained in:
+1
-11
@@ -187,7 +187,7 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
virtual void amDone(ExitCode result);
|
||||
void amDone(ExitCode result);
|
||||
};
|
||||
|
||||
|
||||
@@ -1009,11 +1009,6 @@ private:
|
||||
|
||||
void repairClosure();
|
||||
|
||||
void amDone(ExitCode result) override
|
||||
{
|
||||
Goal::amDone(result);
|
||||
}
|
||||
|
||||
void started();
|
||||
|
||||
void done(BuildResult::Status status, const string & msg = "");
|
||||
@@ -4335,11 +4330,6 @@ public:
|
||||
void handleEOF(int fd) override;
|
||||
|
||||
StorePath getStorePath() { return storePath.clone(); }
|
||||
|
||||
void amDone(ExitCode result) override
|
||||
{
|
||||
Goal::amDone(result);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user