Skip to content

Commit

Permalink
Remove redundant default constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
thk123 committed Apr 23, 2018
1 parent 54fb9ab commit f2a4054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/goto-symex/symex_target_equation.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class prop_convt;
class symex_target_equationt:public symex_targett
{
public:
symex_target_equationt() = default;
virtual ~symex_target_equationt() = default;

// read event
Expand Down

0 comments on commit f2a4054

Please sign in to comment.