aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkThread.h
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-16 13:22:56 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-16 13:22:56 +0000
commit96cbd2c4d2ea7e138b65923a46fb77bc096a6782 (patch)
tree34f0bced44887d5d2fe07bfba5e484982af8bfc4 /include/core/SkThread.h
parente3f84f3911d6ab1c99030fef3200199755251d51 (diff)
Revert "Add a method to atomic add."
This reverts commit eb539cf92f487daf9567ffbbba6b6653406d43ae. BUG= TEST= Review URL: https://codereview.appspot.com/6395051 git-svn-id: http://skia.googlecode.com/svn/trunk@4615 2bbb7eff-a529-9590-31e7-b0007b416f81
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*);