From d950049c5aa33e81570b05d9f8bfb673b364cc9b Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Fri, 27 Jul 2018 11:58:49 +0200 Subject: [PATCH] syntax/parse: trim internal provides --- racket/collects/syntax/parse/pre.rkt | 3 +-- racket/collects/syntax/parse/private/sc.rkt | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/racket/collects/syntax/parse/pre.rkt b/racket/collects/syntax/parse/pre.rkt index e88ac50ea3..00bdaca1df 100644 --- a/racket/collects/syntax/parse/pre.rkt +++ b/racket/collects/syntax/parse/pre.rkt @@ -5,8 +5,7 @@ "private/residual.rkt") (provide (except-out (all-from-out "private/sc.rkt") define-integrable-syntax-class - syntax-parser/template - parser/rhs) + syntax-parser/template) (all-from-out "private/litconv.rkt") (all-from-out "private/lib.rkt") syntax-parse-state-ref diff --git a/racket/collects/syntax/parse/private/sc.rkt b/racket/collects/syntax/parse/private/sc.rkt index 51e2ba2e1d..27b069059d 100644 --- a/racket/collects/syntax/parse/private/sc.rkt +++ b/racket/collects/syntax/parse/private/sc.rkt @@ -12,7 +12,6 @@ syntax-parser define/syntax-parse syntax-parser/template - parser/rhs define-eh-alternative-set)]) (provide define-syntax-class @@ -30,5 +29,4 @@ this-syntax syntax-parser/template - parser/rhs define-eh-alternative-set)