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

Unified Diff: test/hello/hello2.c

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/hello/hello2.c
diff --git a/test/hello/hello2.c b/test/hello/hello2.c
index 19ef3fbd5cfbf7d0aa9a2e660f8774fc9b3b4d9d..a06034c8ecea8fcecde704efdb57b9e8033fb453 100644
--- a/test/hello/hello2.c
+++ b/test/hello/hello2.c
@@ -4,7 +4,7 @@
#include <stdio.h>
-int main(int argc, char *argv[])
+int main()
{
printf("Hello, two!\n");
return 0;

Powered by Google App Engine
This is Rietveld 408576698