We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4c66e commit 639de41Copy full SHA for 639de41
src/ansi-c/ansi_c_declaration.h
@@ -243,21 +243,6 @@ class ansi_c_declarationt:public exprt
243
assert(!declarators().empty());
244
declarators().back().value().swap(value);
245
}
246
-
247
- const exprt &spec_assigns() const
248
- {
249
- return static_cast<const exprt &>(find(ID_C_spec_assigns));
250
- }
251
252
- const exprt &spec_requires() const
253
254
- return static_cast<const exprt &>(find(ID_C_spec_requires));
255
256
257
- const exprt &spec_ensures() const
258
259
- return static_cast<const exprt &>(find(ID_C_spec_ensures));
260
261
};
262
263
inline ansi_c_declarationt &to_ansi_c_declaration(exprt &expr)
0 commit comments