summaryrefslogtreecommitdiff
path: root/tests/coq/hashmap/Primitives.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coq/hashmap/Primitives.v')
-rw-r--r--tests/coq/hashmap/Primitives.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/coq/hashmap/Primitives.v b/tests/coq/hashmap/Primitives.v
index 9a97d6c7..ae961ac2 100644
--- a/tests/coq/hashmap/Primitives.v
+++ b/tests/coq/hashmap/Primitives.v
@@ -259,8 +259,6 @@ Definition scalar_cast (src_ty tgt_ty : scalar_ty) (x : scalar src_ty) : result
mk_scalar tgt_ty (to_Z x).
(** Comparisons *)
-Print Z.leb .
-
Definition scalar_leb {ty : scalar_ty} (x : scalar ty) (y : scalar ty) : bool :=
Z.leb (to_Z x) (to_Z y) .