Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
kr committed Sep 14, 2012
1 parent 786bda7 commit d67d2b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions dat.h
Expand Up @@ -171,8 +171,6 @@ struct tube {
};


void v(void);

void warn(const char *fmt, ...);
void warnx(const char *fmt, ...);
char* fmtalloc(char *fmt, ...);
Expand Down
5 changes: 0 additions & 5 deletions util.c
Expand Up @@ -9,11 +9,6 @@

const char *progname;

void
v()
{
}

static void
vwarnx(const char *err, const char *fmt, va_list args)
{
Expand Down

0 comments on commit d67d2b3

Please sign in to comment.