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

Unified Diff: test/external-cross-compile/src/program.cc

Issue 316163002: Remove unused parameters from test code. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years, 6 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
Index: test/external-cross-compile/src/program.cc
diff --git a/test/external-cross-compile/src/program.cc b/test/external-cross-compile/src/program.cc
index a50ca367a971822cc19b9700d505830f6a62eff3..d3e43171288af22552579147357c7f44d2ed5799 100644
--- a/test/external-cross-compile/src/program.cc
+++ b/test/external-cross-compile/src/program.cc
@@ -10,7 +10,7 @@ static char data[] = {
#include "cross_program.h"
};
-int main(int argc, char *argv[]) {
+int main() {
fwrite(data, 1, sizeof(data), stdout);
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698