core/rawdb: remove unused math (#21065)

This commit is contained in:
ucwong 2020-05-12 17:19:15 +08:00 committed by GitHub
parent aaede53738
commit 7540c53e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@
package rawdb
import (
"math"
"runtime"
"sync/atomic"
"time"