mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-08 01:01:34 +00:00
console: fix megacheck warnings
This commit is contained in:
parent
b159cdd8dd
commit
ff89a3ddce
1 changed files with 0 additions and 2 deletions
|
|
@ -77,8 +77,6 @@ type tester struct {
|
||||||
console *Console
|
console *Console
|
||||||
input *hookedPrompter
|
input *hookedPrompter
|
||||||
output *bytes.Buffer
|
output *bytes.Buffer
|
||||||
|
|
||||||
lastConfirm string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// newTester creates a test environment based on which the console can operate.
|
// newTester creates a test environment based on which the console can operate.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue