Remove unused self import of v.util into v.util .
parent
b4e5e36d4a
commit
133842bf95
|
@ -6,7 +6,6 @@ module util
|
||||||
import os
|
import os
|
||||||
import term
|
import term
|
||||||
import v.token
|
import v.token
|
||||||
import v.util
|
|
||||||
|
|
||||||
// The filepath:line:col: format is the default C compiler error output format.
|
// 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
|
// It allows editors and IDE's like emacs to quickly find the errors in the
|
||||||
|
|
Loading…
Reference in New Issue