remove unused codes

This commit is contained in:
Lunny Xiao 2014-05-09 21:52:51 +08:00
parent adc62c0bd4
commit c513c134ef
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ import "errors"
var (
ErrNoMapPointer = errors.New("mp should be a map's pointer")
ErrNoStructPointer = errors.New("mp should be a map's pointer")
ErrNotExist = errors.New("Not exist")
ErrIgnore = errors.New("Ignore")
//ErrNotExist = errors.New("Not exist")
//ErrIgnore = errors.New("Ignore")
)