Skip to content

Commit ab6ab0f

Browse files
author
martin
committed
Deprecate and remove from the build an unused 2-line utility function
1 parent 64034e0 commit ab6ab0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/pointer-analysis/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SRC = add_failed_symbols.cpp \
22
goto_program_dereference.cpp \
3-
rewrite_index.cpp \
43
show_value_sets.cpp \
54
value_set.cpp \
65
value_set_analysis.cpp \

src/pointer-analysis/rewrite_index.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class dereference_exprt;
1616
class index_exprt;
1717

1818
// rewrite a[i] to *(a+i)
19-
19+
DEPRECATED(SINCE(2022, 07, 23, "implement the transform directly"))
2020
dereference_exprt rewrite_index(const index_exprt &index_expr);
2121

2222
#endif // CPROVER_POINTER_ANALYSIS_REWRITE_INDEX_H

0 commit comments

Comments
 (0)