Remove debugging stuff that crept in in the previous commit.

This commit is contained in:
harti 2005-02-01 11:39:45 +00:00
parent 5a22708ed6
commit 9c48e16769

View File

@ -1146,8 +1146,3 @@ usage(void)
" [-m directory] [-V variable] [variable=value] [target ...]");
exit(2);
}
void foo(void);
void foo(void)
{
}