Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(857)

Unified Diff: base/bind_unittest.cc

Issue 10977073: Delete some unused code found by -Wunused-function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leiz Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/bind_unittest.cc
diff --git a/base/bind_unittest.cc b/base/bind_unittest.cc
index 9a6e23f72bb159f1d9d60be4899713079eeecd49..0f91b2ee32e33ec37a43fed23b5124c35825ea76 100644
--- a/base/bind_unittest.cc
+++ b/base/bind_unittest.cc
@@ -179,10 +179,6 @@ int Sum(int a, int b, int c, int d, int e, int f) {
return a + b + c + d + e + f;
}
-void OutputSum(int* output, int a, int b, int c, int d, int e) {
- *output = a + b + c + d + e;
-}
-
const char* CStringIdentity(const char* s) {
return s;
}
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698