Skip to content

Commit

Permalink
Remove unused initPostprocessorData()
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Mar 13, 2022
1 parent 2f149d0 commit 2837d58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions framework/include/problems/FEProblemBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -929,11 +929,6 @@ class FEProblemBase : public SubProblem, public Restartable
*/
bool hasUserObject(const std::string & name) const;

/**
* No longer used. To be removed after application patching
*/
void initPostprocessorData(const std::string &) {}

/**
* Whether or not a Postprocessor value exists by a given name.
* @param name The name of the Postprocessor
Expand Down

0 comments on commit 2837d58

Please sign in to comment.