Browse Source

remove needless variable

Yasuhiro Matsumoto 8 years ago
parent
commit
d898aa9fb3
1 changed files with 0 additions and 2 deletions
  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