Skip to content

Commit

Permalink
Merge pull request #8126 from tautschnig/cleanup/safety_checkert-mess…
Browse files Browse the repository at this point in the history
…aget

Remove unused safety_checkert constructor
  • Loading branch information
tautschnig authored Dec 19, 2023
2 parents d3d5bd7 + e7e0ec1 commit 1068770
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions src/goto-programs/safety_checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ Author: Daniel Kroening, [email protected]

#include "safety_checker.h"

safety_checkert::safety_checkert(const namespacet &_ns):
ns(_ns)
{
}

safety_checkert::safety_checkert(
const namespacet &_ns,
message_handlert &_message_handler):
Expand Down
7 changes: 1 addition & 6 deletions src/goto-programs/safety_checker.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ class goto_functionst;
class safety_checkert:public messaget
{
public:
explicit safety_checkert(
const namespacet &_ns);

explicit safety_checkert(
const namespacet &_ns,
message_handlert &_message_handler);
safety_checkert(const namespacet &_ns, message_handlert &_message_handler);

enum class resultt
{
Expand Down

0 comments on commit 1068770

Please sign in to comment.