mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
remove unused integer module, intset, intmap
This commit is contained in:
parent
33c7c24dfd
commit
ddfb17c0b2
@ -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…
Reference in New Issue
Block a user