Przeglądaj źródła

console: fix megacheck warnings

Egon Elbre 8 lat temu
rodzic
commit
ff89a3ddce
1 zmienionych plików z 0 dodań i 2 usunięć
  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.