Merge pull request #11 from danlaine/development

Remove unused consts
This commit is contained in:
Stephen Buttolph 2020-03-12 14:59:27 -04:00 committed by GitHub
commit 0698f2c74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -15,7 +15,6 @@ import (
"fmt"
"io/ioutil"
"sync"
"time"
"unsafe"
"github.com/ava-labs/salticidae-go"
@ -46,12 +45,6 @@ import (
"github.com/ava-labs/gecko/vms/timestampvm"
)
const (
defaultChannelSize = 1
externalRequestTimeout = 2 * time.Second
internalRequestTimeout = 250 * time.Millisecond
)
// MainNode is the reference for node callbacks
var MainNode = Node{}