summaryrefslogtreecommitdiff
path: root/lib/rpmlib.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-03-09 13:13:25 +0200
committerPanu Matilainen <pmatilai@redhat.com>2012-03-09 13:13:25 +0200
commitdec729bc3a38e06c5c81c23a53652cd2927aa800 (patch)
tree7106accd64a6a86f11a54e8e716afe20829abe16 /lib/rpmlib.h
parente76ba6f332f8ae745a48e01bf3c2dc7d4b1b5cc4 (diff)
downloadrpm-dec729bc3a38e06c5c81c23a53652cd2927aa800.tar.gz
rpm-dec729bc3a38e06c5c81c23a53652cd2927aa800.tar.bz2
rpm-dec729bc3a38e06c5c81c23a53652cd2927aa800.zip
Eliminate rpmSetTable() from the API
- Presumably the rpmrc internals still need the magic table tennis but nobody else should want to mess with this, reconfiguration for another (build) arch is done through rpmReadConfigFiles().
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r--lib/rpmlib.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h
index e793ec6c7..0b5f0c44e 100644
--- a/lib/rpmlib.h
+++ b/lib/rpmlib.h
@@ -100,15 +100,6 @@ int rpmMachineScore(int type, const char * name);
int rpmShowRC(FILE * fp);
/** \ingroup rpmrc
- * @deprecated Use addMacro to set _target_* macros.
- * @todo Eliminate from API.
- # @note Only used by build code.
- * @param archTable
- * @param osTable
- */
-void rpmSetTables(int archTable, int osTable);
-
-/** \ingroup rpmrc
* Destroy rpmrc arch/os compatibility tables.
* @todo Eliminate from API.
*/