Remove vestigial file.
This commit is contained in:
parent
5ad4bb6f15
commit
331d47eb09
|
@ -1,9 +0,0 @@
|
|||
#lang racket/base
|
||||
|
||||
;; TODO all this stuff should make it into unstable/X
|
||||
|
||||
(provide (all-defined-out))
|
||||
|
||||
(define (regexp-filter r log)
|
||||
(for/list ([l (in-list log)] #:when (regexp-match r l))
|
||||
l))
|
Loading…
Reference in New Issue
Block a user