aboutsummaryrefslogtreecommitdiffstats
path: root/src/unify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unify.cpp')
-rw-r--r--src/unify.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/unify.cpp b/src/unify.cpp
index 48ae1dd..aeb024f 100644
--- a/src/unify.cpp
+++ b/src/unify.cpp
@@ -129,13 +129,6 @@ Constraints::replace(const AST* s, const AST* t)
}
return *this;
}
-
-static inline bool
-is_dots(const AST* type)
-{
- return (AType::is_name(type) && type->as_symbol()->str() == "...");
-}
-
/// Unify a type constraint set (TAPL 22.4)
Subst
unify(const Constraints& constraints)