diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 19:33:45 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 19:33:45 +0000 |
commit | 64e612ee4be7e308a0708fef6b81171ff5c2d43f (patch) | |
tree | 3b22be30f290852aa45a5e50ddc401af36663dc1 /ppapi | |
parent | 42effbf81c0800f8f42fc0ec5316634d2f772854 (diff) | |
download | chromium_src-64e612ee4be7e308a0708fef6b81171ff5c2d43f.zip chromium_src-64e612ee4be7e308a0708fef6b81171ff5c2d43f.tar.gz chromium_src-64e612ee4be7e308a0708fef6b81171ff5c2d43f.tar.bz2 |
Remove non_thread_safe_ref_count.
Removing this was part of the previous CL 146611 but I had problems with git
I kept it as a placeholder.
TEST=it compiles.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146620 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/utility/non_thread_safe_ref_count.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/utility/non_thread_safe_ref_count.h b/ppapi/utility/non_thread_safe_ref_count.h deleted file mode 100644 index 32943fe..0000000 --- a/ppapi/utility/non_thread_safe_ref_count.h +++ /dev/null @@ -1 +0,0 @@ -// This file should be erased |