mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 23:09:27 +00:00
Merge pull request #14915 from egonelbre/megacheck_console
console: fix megacheck warnings
This commit is contained in:
commit
6dd2803b8e
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