diff options
author | Stefan Siegl <stesie@brokenpipe.de> | 2004-10-02 14:34:41 +0000 |
---|---|---|
committer | Stefan Siegl <stesie@brokenpipe.de> | 2004-10-02 14:34:41 +0000 |
commit | a1b243daa53b70503a2d76d80abf81fded321b6d (patch) | |
tree | 056459ea5ba440c23dbcb62067574b20ebb22a85 /cvs_tree.c | |
parent | 06a9d27b1928ff1b3229b4562e73ea3242df7c8e (diff) |
drop PACKAGE/VERSION definitions which are now supplied in config.h (autoheader thingy)
Diffstat (limited to 'cvs_tree.c')
-rw-r--r-- | cvs_tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cvs_tree.c b/cvs_tree.c index cecabde9e..1361de552 100644 --- a/cvs_tree.c +++ b/cvs_tree.c @@ -22,8 +22,6 @@ #include "cvs_connect.h" #include "cvs_tree.h" -#define PACKAGE "cvsfs" - static struct netnode *cvs_tree_enqueue(struct netnode *, const char *); /* check whether there already is a netnode for the file with the provided |