Skip to content

Commit e15a14c

Browse files
mknyszekgopherbot
authored andcommitted
sync: remove synchashtriemap GOEXPERIMENT
It's been true by default for a full release. It's time to remove the old map. Change-Id: I65507f07725e0084aabd389f37d73ade0b7dc35b Reviewed-on: https://go-review.googlesource.com/c/go/+/690395 Auto-Submit: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent 7dccd63 commit e15a14c

File tree

6 files changed

+14
-580
lines changed

6 files changed

+14
-580
lines changed

src/internal/buildcfg/exp.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
8383
RegabiArgs: regabiSupported,
8484
AliasTypeParams: true,
8585
SwissMap: true,
86-
SyncHashTrieMap: true,
8786
Dwarf5: dwarf5Supported,
8887
}
8988

src/internal/goexperiment/exp_synchashtriemap_off.go

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/internal/goexperiment/exp_synchashtriemap_on.go

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/internal/goexperiment/flags.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ type Flags struct {
115115
// SwissMap enables the SwissTable-based map implementation.
116116
SwissMap bool
117117

118-
// SyncHashTrieMap enables the HashTrieMap sync.Map implementation.
119-
SyncHashTrieMap bool
120-
121118
// Synctest enables the testing/synctest package.
122119
Synctest bool
123120

src/sync/hashtriemap.go

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)