# HG changeset patch # User diego # Date 1209112743 0 # Node ID 01829c7ce94dc79e9bd2dc776d31dc7bdf6df843 # Parent 4cbbdb2e71ca89bf6d16ce25d2dd7226a0d0c4b2 Remove useless comments with compilation commands. diff -r 4cbbdb2e71ca -r 01829c7ce94d mp3lib/test.c --- a/mp3lib/test.c Fri Apr 25 08:37:47 2008 +0000 +++ b/mp3lib/test.c Fri Apr 25 08:39:03 2008 +0000 @@ -1,8 +1,6 @@ #define DUMP_PCM -// gcc test.c -I.. -L. -lMP3 -lm -o test1 -O4 - #include #include diff -r 4cbbdb2e71ca -r 01829c7ce94d mp3lib/test2.c --- a/mp3lib/test2.c Fri Apr 25 08:37:47 2008 +0000 +++ b/mp3lib/test2.c Fri Apr 25 08:39:03 2008 +0000 @@ -1,6 +1,3 @@ - -//gcc test2.c -O2 -I.. -L. ../libvo/aclib.c -lMP3 -lm -o test2 - #include #include #include