From ff140d721cb2da3e08323892ac28e8d77bbc4a87 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 31 Aug 2011 10:28:59 -0600 Subject: [PATCH] remove doc for non-existent function --- collects/scribblings/reference/stx-trans.scrbl | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/collects/scribblings/reference/stx-trans.scrbl b/collects/scribblings/reference/stx-trans.scrbl index 71059b4780..0da27eea60 100644 --- a/collects/scribblings/reference/stx-trans.scrbl +++ b/collects/scribblings/reference/stx-trans.scrbl @@ -640,22 +640,6 @@ resulting identifier is @tech{tainted}. @transform-time[]} -@defproc[(syntax-local-armer) - ((syntax?) (any/c any/c) . ->* . syntax?)]{ - -Returns a procedure that captures the declaration-time code inspector -of the module in which a syntax transformer was bound (if a syntax -transformer is being applied) or the module being visited. The result -is a procedure like @racket[syntax-taint-arm], except that the -optional third argument is automatically the captured inspector. - -The @racket[syntax-local-armer] function is needed by -macro-generating macros, where a syntax object in the generated macro -needs to be protected using the code inspector of the generating -macro's module. - -@transform-time[]} - @defproc[(syntax-local-certifier [active? boolean? #f]) ((syntax?) (any/c (or/c procedure? #f)) . ->* . syntax?)]{