Skip to content

Commit ae25763

Browse files
committed
Remove unused open
1 parent 4349a6b commit ae25763

File tree

6 files changed

+1
-11
lines changed

6 files changed

+1
-11
lines changed

lib/Base_info.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
open Ctypes
2020
open Foreign
21-
open Stubs
2221

2322
type t
2423

lib/Base_info.mli

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
* along with OCaml-GObject-Introspection. If not, see <http://www.gnu.org/licenses/>.
1717
*)
1818

19-
open Ctypes
2019
(** Base_info — Base struct for all GITypelib structs *)
2120

22-
open Stubs
21+
open Ctypes
2322

2423
type t
2524
(** Base_info is the common base struct of all other *Info structs accessible

lib/GParam.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* along with OCaml-GObject-Introspection. If not, see <http://www.gnu.org/licenses/>.
1717
*)
1818

19-
open Ctypes
20-
open Foreign
21-
2219
let all_flags : (int64 * Bindings.GParam.flags) list =
2320
[
2421
(Stubs.GParam.g_param_readable, Bindings.GParam.Readable);

lib/GSignal.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* along with OCaml-GObject-Introspection. If not, see <http://www.gnu.org/licenses/>.
1717
*)
1818

19-
open Ctypes
20-
open Foreign
21-
2219
let all_flags : (int64 * Bindings.GSignal.flags) list =
2320
[
2421
(Stubs.GSignal.g_signal_run_first, Bindings.GSignal.Run_first);

lib/Types.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
*)
1818

1919
open Ctypes
20-
open Stubs
2120

2221
type argument_t
2322

lib/Types.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
(** common types *)
2020

2121
open Ctypes
22-
open Stubs
2322

2423
type argument_t
2524

0 commit comments

Comments
 (0)