Skip to content

Commit 04aff7c

Browse files
committed
Remove residual doc template
No functional changes
1 parent fc02354 commit 04aff7c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/util/std_expr.cpp

-12
Original file line numberDiff line numberDiff line change
@@ -165,18 +165,6 @@ extractbits_exprt::extractbits_exprt(
165165
lower()=from_integer(_lower, integer_typet());
166166
}
167167

168-
/*******************************************************************\
169-
170-
Function: address_of_exprt::address_of_exprt
171-
172-
Inputs:
173-
174-
Outputs:
175-
176-
Purpose:
177-
178-
\*******************************************************************/
179-
180168
address_of_exprt::address_of_exprt(const exprt &_op):
181169
unary_exprt(ID_address_of, _op, pointer_type(_op.type()))
182170
{

0 commit comments

Comments
 (0)