console: fix megacheck warnings

This commit is contained in:
Egon Elbre
2017-08-07 13:19:44 +03:00
parent b159cdd8dd
commit ff89a3ddce
-2
View File
@@ -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.