delete comments

db4
sheeple 2008-03-20 19:55:46 -05:00
parent 9402b9b11e
commit 4e2c5f2d59
1 changed files with 0 additions and 13 deletions

View File

@ -137,17 +137,6 @@ void unix_constants()
} }
int main() { int main() {
//grovel(char);
//grovel(int);
//grovel(uint);
//grovel(long);
//grovel(ulong);
//grovel(long long);
//grovel(unsigned long long);
//grovel(void*);
//grovel(char*);
#ifdef FREEBSD #ifdef FREEBSD
grovel(blkcnt_t); grovel(blkcnt_t);
grovel(blksize_t); grovel(blksize_t);
@ -164,7 +153,5 @@ int main() {
unix_constants(); unix_constants();
#endif #endif
grovel(long);
return 0; return 0;
} }