Experimental automated 'follower' code.
[virt-mem.git] / lib / virt_mem_types.mli
index ff4f147..58fadb5 100644 (file)
@@ -130,12 +130,6 @@ exception ParseError of string * string * string
       The fields are: structure name, function which raised the error,
       error message. *)
 
-type fieldsig = {
-  field_available : bool; (** Field available in this kernel version? *)
-  field_offset : int;   (** Offset of field in this kernel version. *)
-}
-  (** Returned by [Kernel_*.field_signature_of_*] functions. *)
-
 (** {2 Functions to load kernel memory} *)
 
 type load_memory_error =