diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-08-07 19:21:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 19:21:21 +0800 |
commit | 6dd2803b8e224a267df99709871e6d27710e6de9 (patch) | |
tree | 634104562cd98a2400cbae2d3b5d038bd52ddb10 | |
parent | fc0c6c175c830283252deb436138e2abf9a6d126 (diff) | |
parent | ff89a3ddce3d985a2242c1724ac20cd890419fe2 (diff) | |
download | dexon-6dd2803b8e224a267df99709871e6d27710e6de9.tar dexon-6dd2803b8e224a267df99709871e6d27710e6de9.tar.gz dexon-6dd2803b8e224a267df99709871e6d27710e6de9.tar.bz2 dexon-6dd2803b8e224a267df99709871e6d27710e6de9.tar.lz dexon-6dd2803b8e224a267df99709871e6d27710e6de9.tar.xz dexon-6dd2803b8e224a267df99709871e6d27710e6de9.tar.zst dexon-6dd2803b8e224a267df99709871e6d27710e6de9.zip |
Merge pull request #14915 from egonelbre/megacheck_console
console: fix megacheck warnings
-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. |