From 61d7e49e0703d23719353aa3126f5eb8dbe29068 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 10 Jul 2018 13:24:21 +0700 Subject: [PATCH] Move env stanza parsing to Env.t This will be necessary to allow this stanza in Workspace Signed-off-by: Rudi Grinberg --- src/jbuild.ml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/jbuild.ml b/src/jbuild.ml index 38c6eb67..e7aa3b2a 100644 --- a/src/jbuild.ml +++ b/src/jbuild.ml @@ -1626,11 +1626,6 @@ module Stanzas = struct (let%map () = Syntax.since Stanza.syntax (1, 0) and t = Tests.single in [Tests t]) - ; "env", - (let%map () = Syntax.since Stanza.syntax (1, 0) - and loc = loc - and rules = repeat Env.rule in - [Env { loc; rules }]) ] let jbuild_parser =