summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_file_ref_proxy.cc
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-01 23:54:44 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-01 23:54:44 +0000
commit59a7ae4e1e6457bfd23c235209bd594471efef95 (patch)
tree431b908c9b859eb8b85229e9a860e8b0f4c70887 /ppapi/proxy/ppb_file_ref_proxy.cc
parent07cb03a3088dda659d66522c69bbedef677f195e (diff)
downloadchromium_src-59a7ae4e1e6457bfd23c235209bd594471efef95.zip
chromium_src-59a7ae4e1e6457bfd23c235209bd594471efef95.tar.gz
chromium_src-59a7ae4e1e6457bfd23c235209bd594471efef95.tar.bz2
Delete some unused code found by -Wunused-function
BUG=none,100309 Review URL: https://chromiumcodereview.appspot.com/10977073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppb_file_ref_proxy.cc')
-rw-r--r--ppapi/proxy/ppb_file_ref_proxy.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/ppapi/proxy/ppb_file_ref_proxy.cc b/ppapi/proxy/ppb_file_ref_proxy.cc
index 3889c77..dcfb137 100644
--- a/ppapi/proxy/ppb_file_ref_proxy.cc
+++ b/ppapi/proxy/ppb_file_ref_proxy.cc
@@ -165,14 +165,6 @@ int FileRef::SendCallback(scoped_refptr<TrackedCallback> callback) {
return next_callback_id_++;
}
-namespace {
-
-InterfaceProxy* CreateFileRefProxy(Dispatcher* dispatcher) {
- return new PPB_FileRef_Proxy(dispatcher);
-}
-
-} // namespace
-
PPB_FileRef_Proxy::PPB_FileRef_Proxy(Dispatcher* dispatcher)
: InterfaceProxy(dispatcher),
callback_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {