Explorar el Código

remove needless variable

Yasuhiro Matsumoto hace 9 años
padre
commit
d898aa9fb3
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      colorable_windows.go

+ 0 - 2
colorable_windows.go

@@ -360,8 +360,6 @@ var color256 = map[int]int{
 	255: 0xeeeeee,
 }
 
-var f *os.File
-
 // Write write data on console
 func (w *Writer) Write(data []byte) (n int, err error) {
 	var csbi consoleScreenBufferInfo