summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-25 17:15:15 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-25 17:15:15 +0000
commit39f8389fea86381271c2966ca17f947ec4e8dcb6 (patch)
tree7dec7884e83f6b589f9923e8109e26aabe0b4abe /ppapi/tests
parentdda229fda6e0171d2d40b4f73160e5263589f3cd (diff)
downloadchromium_src-39f8389fea86381271c2966ca17f947ec4e8dcb6.zip
chromium_src-39f8389fea86381271c2966ca17f947ec4e8dcb6.tar.gz
chromium_src-39f8389fea86381271c2966ca17f947ec4e8dcb6.tar.bz2
Delete a few unused functions.
BUG=none TEST=Compiles. Review URL: http://codereview.chromium.org/6880164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests')
-rw-r--r--ppapi/tests/test_post_message.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/ppapi/tests/test_post_message.cc b/ppapi/tests/test_post_message.cc
index df7d181..644b3cbf 100644
--- a/ppapi/tests/test_post_message.cc
+++ b/ppapi/tests/test_post_message.cc
@@ -15,13 +15,6 @@ REGISTER_TEST_CASE(PostMessage);
namespace {
-const PPB_Testing_Dev* GetTestingInterface() {
- static const PPB_Testing_Dev* g_testing_interface =
- reinterpret_cast<PPB_Testing_Dev const*>(
- pp::Module::Get()->GetBrowserInterface(PPB_TESTING_DEV_INTERFACE));
- return g_testing_interface;
-}
-
const char kTestString[] = "Hello world!";
const bool kTestBool = true;
const int32_t kTestInt = 42;