Bläddra i källkod

console: fix megacheck warnings

Egon Elbre 8 år sedan
förälder
incheckning
ff89a3ddce
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      console/console_test.go

+ 0 - 2
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.