Skip to content

Commit f144134

Browse files
committed
phone: Remove unused localisation
1 parent 8e39704 commit f144134

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lpeg_patterns/phone.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ local lpeg = require "lpeg"
44
local P = lpeg.P
55
local R = lpeg.R
66
local S = lpeg.S
7-
local V = lpeg.V
87

98
local digit = R"09"
109
local seperator = S"- ,."

0 commit comments

Comments
 (0)