diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index 6119e75203..24f85d943d 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -575,11 +575,6 @@ const ( _LockInternal = 2 ) -type sigtabtt struct { - flags int32 - name *int8 -} - const ( _SigNotify = 1 << iota // let signal.Notify have signal, even if from kernel _SigKill // if signal.Notify doesn't take it, exit quietly