diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-03-22 14:50:50 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-03-22 14:50:50 +0200 |
commit | 1e2d188faecbdcc671f99d2d0cbd7b039cdea217 (patch) | |
tree | 8eaed281008cdcd4c0f0476417e56fcfe30d8a71 /lib/rpmte.c | |
parent | 36e4ef1a0adab54a9a06e9b1d6beff80a049d892 (diff) | |
download | rpm-1e2d188faecbdcc671f99d2d0cbd7b039cdea217.tar.gz rpm-1e2d188faecbdcc671f99d2d0cbd7b039cdea217.tar.bz2 rpm-1e2d188faecbdcc671f99d2d0cbd7b039cdea217.zip |
Lose completely unused rpmte_debug junk
Diffstat (limited to 'lib/rpmte.c')
-rw-r--r-- | lib/rpmte.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmte.c b/lib/rpmte.c index 75fb02102..0a9795571 100644 --- a/lib/rpmte.c +++ b/lib/rpmte.c @@ -15,8 +15,6 @@ #include "debug.h" -int _rpmte_debug = 0; - /** \ingroup rpmte * A single package instance to be installed/removed atomically. */ |