aboutsummaryrefslogtreecommitdiff
path: root/src/exact_value.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-01-19 15:14:15 +0000
committergingerBill <bill@gingerbill.org>2022-01-19 15:14:15 +0000
commitecdaac9921fbf351bfddaf920553855ae6a5d58f (patch)
tree13edf16cb57cbed3e7eb5595cc083dcb5bfd636b /src/exact_value.cpp
parent5ff82fc1132a05d76592e8e21db98913cd498f64 (diff)
Unify `are_types_identical_unique_tuples`
Diffstat (limited to 'src/exact_value.cpp')
-rw-r--r--src/exact_value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp
index e979e3d45..fd90278e5 100644
--- a/src/exact_value.cpp
+++ b/src/exact_value.cpp
@@ -9,7 +9,7 @@ struct Ast;
struct HashKey;
struct Type;
struct Entity;
-bool are_types_identical(Type *x, Type *y, bool check_tuple_names=false);
+bool are_types_identical(Type *x, Type *y);
struct Complex128 {
f64 real, imag;