1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Remove unused self import of v.util into v.util .

This commit is contained in:
Delyan Angelov 2020-04-04 14:49:02 +03:00
parent b4e5e36d4a
commit 133842bf95

View File

@ -6,7 +6,6 @@ module util
import os
import term
import v.token
import v.util
// The filepath:line:col: format is the default C compiler error output format.
// It allows editors and IDE's like emacs to quickly find the errors in the