Remove vestigial file.

This commit is contained in:
Vincent St-Amour 2011-11-30 17:56:06 -05:00
parent 5ad4bb6f15
commit 331d47eb09

View File

@ -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))