diff options
Diffstat (limited to 'ppapi/tests/test_url_loader.cc')
-rw-r--r-- | ppapi/tests/test_url_loader.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/tests/test_url_loader.cc b/ppapi/tests/test_url_loader.cc index 55bd851..f559507 100644 --- a/ppapi/tests/test_url_loader.cc +++ b/ppapi/tests/test_url_loader.cc @@ -221,7 +221,6 @@ std::string TestURLLoader::TestStreamToFile() { if (rv != PP_OK) return ReportError("URLLoader::FinishStreamingToFile", rv); - pp::FileIO_Dev reader(instance_); rv = reader.Open(body, PP_FILEOPENFLAG_READ, callback); if (rv == PP_OK_COMPLETIONPENDING) |