Skip to content

Commit

Permalink
deleted some global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
emepyc committed Oct 18, 2011
1 parent 240f48b commit 81d1f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wnglobal.go
Expand Up @@ -115,8 +115,8 @@ const (
)

var (
datafps [NUMPARTS + 1]io.Reader // *** with or without pointer?? ***
indexfps [NUMPARTS + 1]io.Reader // *** with or without pointer?? ***
// datafps [NUMPARTS + 1]io.Reader // *** with or without pointer?? ***
// indexfps [NUMPARTS + 1]io.Reader // *** with or without pointer?? ***
sensefp, cntlistfp, keyindexfp, revkeyindexfp, vidxfilefp, vsentfilefp io.Reader
)

Expand Down

0 comments on commit 81d1f9d

Please sign in to comment.