13
0

remove unused empty function

This commit is contained in:
Paul Davis 2015-03-04 20:54:09 -06:00
parent 7ed158a79e
commit 9e7ea2e57c

View File

@ -14,12 +14,6 @@
char* data = 0;
int
read_one (int fd, ssize_t sz)
{
return 0;
}
void
usage ()
{