Skip to content

Commit 7473e9c

Browse files
committed
Complexity limiter: remove default constructor
This is never needed or used and would require default-constructing a messaget, which is no longer possible.
1 parent 1fd7011 commit 7473e9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/goto-symex/complexity_limiter.h

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ class optionst;
4848
class complexity_limitert
4949
{
5050
public:
51-
complexity_limitert() = default;
52-
5351
complexity_limitert(message_handlert &logger, const optionst &options);
5452

5553
/// Is the complexity module active?

0 commit comments

Comments
 (0)