mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-07-14 10:59:29 -04:00
remove unused integer module, intset, intmap
This commit is contained in:
parent
33c7c24dfd
commit
ddfb17c0b2
1 changed files with 0 additions and 8 deletions
|
@ -10,14 +10,6 @@ module IpMap = struct
|
||||||
with Not_found -> None
|
with Not_found -> None
|
||||||
end
|
end
|
||||||
|
|
||||||
module Int = struct
|
|
||||||
type t = int
|
|
||||||
let compare (a:t) (b:t) = compare a b
|
|
||||||
end
|
|
||||||
|
|
||||||
module IntSet = Set.Make(Int)
|
|
||||||
module IntMap = Map.Make(Int)
|
|
||||||
|
|
||||||
(** An Ethernet interface. *)
|
(** An Ethernet interface. *)
|
||||||
class type interface = object
|
class type interface = object
|
||||||
method my_mac : Macaddr.t
|
method my_mac : Macaddr.t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue