aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkThread.h')
-rw-r--r--include/core/SkThread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkThread.h b/include/core/SkThread.h
index 5b1fc1c213..2fd5052b06 100644
--- a/include/core/SkThread.h
+++ b/include/core/SkThread.h
@@ -16,7 +16,6 @@
/****** SkThread_platform needs to define the following...
int32_t sk_atomic_inc(int32_t*);
-int32_t sk_atomic_add(int32_t*, int32_t);
int32_t sk_atomic_dec(int32_t*);
int32_t sk_atomic_conditional_inc(int32_t*);