Skip to content

Commit 576c0a6

Browse files
committed
Remove constructor declaration that has no implementation
1 parent 8f6dab8 commit 576c0a6

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)