Skip to content

Commit 60d5e86

Browse files
edwintorokjonludlam
authored andcommitted
remove unused type declaration
Signed-off-by: Edwin Török <[email protected]>
1 parent 9e056ed commit 60d5e86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/storage_interface.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ type dp_stat_t = {
119119

120120
let string_of_dp_stat_t (x: dp_stat_t) = Jsonrpc.to_string (rpc_of_dp_stat_t x)
121121

122-
type device_config = (string * string) list
123122
type probe = {
124123
configuration: (string * string) list;
125124
complete: bool;

0 commit comments

Comments
 (0)