diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 08:21:55 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 08:21:55 +0200 |
commit | f686d184df613c74df678cbf3a878c25ccd4fec8 (patch) | |
tree | 7348b3b503ba067a58f6abf9f36a0ab31d62669d /lib/rpmts_internal.h | |
parent | 3be0a4b2f863e213af45b0495254108c13415a1f (diff) | |
download | rpm-f686d184df613c74df678cbf3a878c25ccd4fec8.tar.gz rpm-f686d184df613c74df678cbf3a878c25ccd4fec8.tar.bz2 rpm-f686d184df613c74df678cbf3a878c25ccd4fec8.zip |
Make _cacheDependsRC static, not needed outside depends.c
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r-- | lib/rpmts_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h index dee66c620..206edac1e 100644 --- a/lib/rpmts_internal.h +++ b/lib/rpmts_internal.h @@ -7,8 +7,6 @@ #include "rpmdb/rpmhash.h" /* XXX hashTable */ #include "lib/rpmtsscore.h" /* for rpmtsScore */ -extern int _cacheDependsRC; - /** \ingroup rpmts */ typedef struct diskspaceInfo_s * rpmDiskSpaceInfo; |