Skip to content

Commit f65e886

Browse files
committed
Temporarily de-deprecate type_eq, base_type_eq
1 parent c5ba99a commit f65e886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/util/base_type.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ class exprt;
1818
class typet;
1919
class namespacet;
2020

21-
DEPRECATED(SINCE(2019, 1, 22, "Use == instead"))
21+
// DEPRECATED(SINCE(2019, 1, 22, "Use == instead"))
2222
bool base_type_eq(
2323
const typet &type1,
2424
const typet &type2,
2525
const namespacet &ns);
2626

27-
DEPRECATED(SINCE(2019, 1, 22, "Use == instead"))
27+
// DEPRECATED(SINCE(2019, 1, 22, "Use == instead"))
2828
bool base_type_eq(
2929
const exprt &expr1,
3030
const exprt &expr2,

0 commit comments

Comments
 (0)