aboutsummaryrefslogtreecommitdiffstats
path: root/prog/prio.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2016-11-28 16:11:15 +0100
committerAndrey Konovalov <andreyknvl@google.com>2016-11-29 16:39:02 +0100
commit86917cc3a79ef74eb06748dc964988f48e6b66a1 (patch)
tree8a693c0b1098299c5d67af9634f4ea340dfd3c7e /prog/prio.go
parent4278c63e64234425ea1655e3207d85b627fc17f2 (diff)
sys: move in_addr description to templates
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 f503257ad..8c05bda1e 100644
--- a/prog/prio.go
+++ b/prog/prio.go
@@ -99,8 +99,6 @@ func calcStaticPriorities() [][]float32 {
case sys.IntPlain, sys.IntFileoff, sys.IntRange:
case sys.IntSignalno:
noteUsage(1.0, "signalno")
- case sys.IntInaddr:
- noteUsage(1.0, "inaddr")
default:
panic("unknown int kind")
}