aboutsummaryrefslogtreecommitdiffstats
path: root/prog/prio.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2016-11-25 15:53:10 +0100
committerAndrey Konovalov <andreyknvl@google.com>2016-11-25 17:51:41 +0100
commit253a40f30dd55de31e4951a9bb02d02a7c6ba020 (patch)
tree8c4ec6a874c93e307cb5d0e4c5482f83428021ea /prog/prio.go
parent16491e22d5dd32609c5bfc7cc4e15d463ff47e52 (diff)
sys: add proc type to denote per proccess integers
Diffstat (limited to 'prog/prio.go')
-rw-r--r--prog/prio.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/prog/prio.go b/prog/prio.go
index 59a205a5d..f503257ad 100644
--- a/prog/prio.go
+++ b/prog/prio.go
@@ -101,8 +101,6 @@ func calcStaticPriorities() [][]float32 {
noteUsage(1.0, "signalno")
case sys.IntInaddr:
noteUsage(1.0, "inaddr")
- case sys.IntInport:
- noteUsage(1.0, "inport")
default:
panic("unknown int kind")
}