diff options
author | Egon Elbre <egonelbre@gmail.com> | 2017-08-05 18:46:09 +0800 |
---|---|---|
committer | Egon Elbre <egonelbre@gmail.com> | 2017-08-07 18:19:44 +0800 |
commit | ff89a3ddce3d985a2242c1724ac20cd890419fe2 (patch) | |
tree | 0916321368cba504e5f7dae5d7ffcefa989226c0 /console | |
parent | b159cdd8dd33ba030e7af5aa144de43441e4f543 (diff) | |
download | dexon-ff89a3ddce3d985a2242c1724ac20cd890419fe2.tar.gz dexon-ff89a3ddce3d985a2242c1724ac20cd890419fe2.tar.zst dexon-ff89a3ddce3d985a2242c1724ac20cd890419fe2.zip |
console: fix megacheck warnings
Diffstat (limited to 'console')
-rw-r--r-- | console/console_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/console/console_test.go b/console/console_test.go index 0fc0e7051..8ac499bd1 100644 --- a/console/console_test.go +++ b/console/console_test.go @@ -77,8 +77,6 @@ type tester struct { console *Console input *hookedPrompter output *bytes.Buffer - - lastConfirm string } // newTester creates a test environment based on which the console can operate. |