summaryrefslogtreecommitdiff
path: root/sys/src/9/port/portfns.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-06-08 01:35:22 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-06-08 01:35:22 +0200
commit72ba3571a3166ca69d28ccebf547675711bd800c (patch)
tree046ea9b3ab0716b977f23ace9fef885ca9492e24 /sys/src/9/port/portfns.h
parent0a2b418535915c6954fa9df575d71fb04171bb34 (diff)
kernel: remove _xinc()/_xdec()
as with the Block refcount changes, _xinc() and _xdec() arent used anymore, so remove them. architecure can still define ainc()/adec() when it needs them.
Diffstat (limited to 'sys/src/9/port/portfns.h')
-rw-r--r--sys/src/9/port/portfns.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/9/port/portfns.h b/sys/src/9/port/portfns.h
index 7ee6a4d02..a3cb639ac 100644
--- a/sys/src/9/port/portfns.h
+++ b/sys/src/9/port/portfns.h
@@ -388,8 +388,6 @@ uvlong nhgetv(void*);
uint nhgetl(void*);
ushort nhgets(void*);
ulong µs(void);
-void _xinc(long*);
-long _xdec(long*);
long lcycles(void);
#pragma varargck argpos iprint 1