Cosmetics

This commit is contained in:
Dmitry Boulytchev 2020-08-26 00:27:42 +03:00
parent cc9f3d0ed9
commit f81a638659
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@
-- reporting
public fun createRegexp (r, name) {
local l = [regexp (r), name];
-- printf ("Created regexp %s: %x, %x\n", name, l, l[0]);
l
}