From b6e402dd48c4b835a3a1cd53d4216fe0643392f5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 4 Sep 2017 20:14:59 +0200 Subject: sys: remove IntSignalno --- sys/decl.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/decl.go') diff --git a/sys/decl.go b/sys/decl.go index 20221022e..1a474616f 100644 --- a/sys/decl.go +++ b/sys/decl.go @@ -156,9 +156,8 @@ type ConstType struct { type IntKind int const ( - IntPlain IntKind = iota - IntSignalno - IntFileoff // offset within a file + IntPlain IntKind = iota + IntFileoff // offset within a file IntRange ) -- cgit mrf-deployment