2
0

Remove *msgReader.readOID

This commit is contained in:
Jack Christensen
2017-02-17 07:40:06 -06:00
parent 47eda78ea1
commit 366440d40d
2 changed files with 3 additions and 7 deletions
-4
View File
@@ -178,10 +178,6 @@ func (r *msgReader) readInt64() int64 {
return n
}
func (r *msgReader) readOID() OID {
return OID(r.readInt32())
}
// readCString reads a null terminated string
func (r *msgReader) readCString() string {
if r.err != nil {