diff options
Diffstat (limited to 'src/runtime/export_test.go')
| -rw-r--r-- | src/runtime/export_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/runtime/export_test.go b/src/runtime/export_test.go index 3bde1aea29..5c8d2b18c6 100644 --- a/src/runtime/export_test.go +++ b/src/runtime/export_test.go @@ -481,12 +481,6 @@ func (rw *RWMutex) Unlock() { rw.rw.unlock() } -const RuntimeHmapSize = unsafe.Sizeof(hmap{}) - -func OverLoadFactor(count int, B uint8) bool { - return overLoadFactor(count, B) -} - func LockOSCounts() (external, internal uint32) { gp := getg() if gp.m.lockedExt+gp.m.lockedInt == 0 { |
