From 6260dad66bea3df5444838aa3f6dcadd55d34ca2 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 7 Aug 2018 11:49:01 +0300 Subject: [PATCH] Remove comment that was comitted accidentally Signed-off-by: Rudi Grinberg --- src/jbuild.ml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/jbuild.ml b/src/jbuild.ml index 7d35c670..35aee96f 100644 --- a/src/jbuild.ml +++ b/src/jbuild.ml @@ -1107,13 +1107,7 @@ module Executables = struct else s ^ "s" - let common - (* : (Loc.t * string) list option - * -> (Loc.t * string) list option - * -> multi:bool - * -> unit - * -> t * Install_conf.t option Sexp.Of_sexp.t *) - = + let common = let%map buildable = Buildable.t and (_ : bool) = field "link_executables" ~default:true (Syntax.deleted_in Stanza.syntax (1, 0) >>> bool)