Skip to content

Commit 90c56b3

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#2396 from tautschnig/vs-constructor
Remove constructor declaration that has no implementation
2 parents a45e777 + 576c0a6 commit 90c56b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/std_expr.h

-2
Original file line numberDiff line numberDiff line change
@@ -2922,8 +2922,6 @@ class replication_exprt:public binary_exprt
29222922
{
29232923
}
29242924

2925-
replication_exprt(const unsigned _times, const exprt &_src);
2926-
29272925
exprt &times()
29282926
{
29292927
return op0();

0 commit comments

Comments
 (0)