Remove a few unused variables and constants.

This commit is contained in:
Dave Collins 2013-05-08 22:59:45 -05:00
parent 69b27dd5d3
commit ff7d582c66

View file

@ -12,12 +12,6 @@ import (
"testing" "testing"
) )
var dumpmessage bool = false
var checkverbose = true
const time1 uint32 = 1363020888
const time2 uint32 = 1363021079
// TestHeaders tests the MsgHeaders API. // TestHeaders tests the MsgHeaders API.
func TestHeaders(t *testing.T) { func TestHeaders(t *testing.T) {
pver := uint32(60002) pver := uint32(60002)