Add deadcode code which recursivley goes into all directories and verifies dangling variables.

This commit is contained in:
Harshavardhana
2015-03-02 18:03:01 -08:00
parent 022b89dd9b
commit c3ad0906e0
12 changed files with 228 additions and 25 deletions

View File

@@ -36,8 +36,8 @@ type DataHeader struct {
type EncoderTechnique int
const (
VANDERMONDE EncoderTechnique = iota
CAUCHY
Vandermonde EncoderTechnique = iota
Cauchy
)
type EncoderParams struct {