From 01f3e33df95c83efeb46a8f51670c99251d0cfdb Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 25 May 2016 06:45:56 -0700 Subject: Remove a couple unneeded functions --- common/atomic.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/atomic.c') diff --git a/common/atomic.c b/common/atomic.c index 3cdb77f4..7a8fe6d8 100644 --- a/common/atomic.c +++ b/common/atomic.c @@ -8,6 +8,3 @@ extern inline void InitRef(RefCount *ptr, uint value); extern inline uint ReadRef(RefCount *ptr); extern inline uint IncrementRef(RefCount *ptr); extern inline uint DecrementRef(RefCount *ptr); - -extern inline int ExchangeInt(volatile int *ptr, int newval); -extern inline void *ExchangePtr(XchgPtr *ptr, void *newval); -- cgit v1.2.3