From 133842bf951d04bae084678ea5900b49959d5afb Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 4 Apr 2020 14:49:02 +0300 Subject: [PATCH] Remove unused self import of v.util into v.util . --- vlib/v/util/errors.v | 1 - 1 file changed, 1 deletion(-) diff --git a/vlib/v/util/errors.v b/vlib/v/util/errors.v index eabd54dcc4..24b8488826 100644 --- a/vlib/v/util/errors.v +++ b/vlib/v/util/errors.v @@ -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