remove bogus dependency on vars
parent
6397a2f789
commit
535a9223bd
basis/regexp/backend
|
@ -1,6 +1,6 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors hashtables kernel math state-tables vars vectors ;
|
||||
USING: accessors hashtables kernel math state-tables vectors ;
|
||||
IN: regexp.backend
|
||||
|
||||
TUPLE: regexp
|
||||
|
|
Loading…
Reference in New Issue