Skip to content

Commit 75ade04

Browse files
committed
Remove codet::move
With the preceding changes it is no longer being used.
1 parent 1d75197 commit 75ade04

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/util/std_code.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@ class code_blockt:public codet
137137
operands()=std::move((std::vector<exprt> &&)_statements);
138138
}
139139

140-
void move(codet &code)
141-
{
142-
move_to_operands(code);
143-
}
144-
145140
void add(const codet &code)
146141
{
147142
add_to_operands(code);

0 commit comments

Comments
 (0)