Skip to content

Commit 093e2ae

Browse files
committed
Removed redundant exception declaration
1 parent 285a380 commit 093e2ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/postgresql.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,6 @@ class result res =
795795

796796
external conndefaults : unit -> conninfo_option array = "PQconndefaults_stub"
797797

798-
exception Finally of exn * exn
799-
800798
module type Mutex = sig
801799
type t
802800

0 commit comments

Comments
 (0)