aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-05-25 06:45:56 -0700
committerChris Robinson <[email protected]>2016-05-25 06:45:56 -0700
commit01f3e33df95c83efeb46a8f51670c99251d0cfdb (patch)
tree3c3fbec0ab5fa2b14dc78866ae9545f16ca25218 /common
parentea83c959caddca82affb5e87bf3d50b7511199d7 (diff)
Remove a couple unneeded functions
Diffstat (limited to 'common')
-rw-r--r--common/atomic.c3
1 files changed, 0 insertions, 3 deletions
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);