Package: omake / 0.9.8.5-3-9

0002-Remove-useless-sync-external-declaration.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Stephane Glondu <steph@glondu.net>
Date: Sat, 11 Apr 2009 14:43:02 +0200
Subject: Remove useless "sync" external declaration

Taken from upstream SVN r12923, closes: #522008.
---
 src/exec/omake_exec.ml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/exec/omake_exec.ml b/src/exec/omake_exec.ml
index 8c034b5..7e40b35 100644
--- a/src/exec/omake_exec.ml
+++ b/src/exec/omake_exec.ml
@@ -46,8 +46,6 @@ open Omake_exec_notify
 open Omake_options
 open Omake_command_type
 
-external sync : unit -> unit = "caml_sync"
-
 module Exec =
 struct
    (*
--