Skip to content

Commit 17338ca

Browse files
authored
Merge pull request #3144 from smowton/smowton/cleanup/value-set-clear
Remove unused make_any methods
2 parents bf5cef8 + 2ef203d commit 17338ca

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed

src/pointer-analysis/value_set.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,6 @@ class value_sett
306306
const idt &identifier,
307307
const std::string &suffix);
308308

309-
/// Clears value set (not used in the CBMC repository)
310-
void make_any()
311-
{
312-
values.clear();
313-
}
314-
315309
void clear()
316310
{
317311
values.clear();

src/pointer-analysis/value_set_fi.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,6 @@ class value_set_fit
212212
const idt &identifier,
213213
const std::string &suffix);
214214

215-
void make_any()
216-
{
217-
values.clear();
218-
}
219-
220215
void clear()
221216
{
222217
values.clear();

src/pointer-analysis/value_set_fivr.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,6 @@ class value_set_fivrt
242242
const idt &identifier,
243243
const std::string &suffix);
244244

245-
void make_any()
246-
{
247-
values.clear();
248-
}
249-
250245
void clear()
251246
{
252247
values.clear();

src/pointer-analysis/value_set_fivrns.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,6 @@ class value_set_fivrnst
234234
const idt &identifier,
235235
const std::string &suffix);
236236

237-
void make_any()
238-
{
239-
values.clear();
240-
}
241-
242237
void clear()
243238
{
244239
values.clear();

0 commit comments

Comments
 (0)