diff options
author | ewt <devnull@localhost> | 1998-12-26 17:13:10 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1998-12-26 17:13:10 +0000 |
commit | a2c96ed1f5f4a6534fda1a55b25fcfbb04371cc9 (patch) | |
tree | 9e8ecf4ad4c38af4c70111df4dca06c4ed4e5b99 /lib/query.c | |
parent | 1319828529c7f462884fa35ecbe92ccef92cd980 (diff) | |
download | rpm-a2c96ed1f5f4a6534fda1a55b25fcfbb04371cc9.tar.gz rpm-a2c96ed1f5f4a6534fda1a55b25fcfbb04371cc9.tar.bz2 rpm-a2c96ed1f5f4a6534fda1a55b25fcfbb04371cc9.zip |
removed unused variable
CVS patchset: 2613
CVS date: 1998/12/26 17:13:10
Diffstat (limited to 'lib/query.c')
-rw-r--r-- | lib/query.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/query.c b/lib/query.c index 2a2a75c56..75cdc8ff0 100644 --- a/lib/query.c +++ b/lib/query.c @@ -435,7 +435,6 @@ int rpmQuery(char * prefix, enum rpmQuerySources source, int queryFlags, int recNumber; int retcode = 0; char *end = NULL; - char path[PATH_MAX]; switch (source) { default: |