diff options
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r-- | lib/rpmlib.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h index c40f0f4f6..ecea4a945 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -579,17 +579,6 @@ int rpmShowRC(FILE * fp); void rpmSetTables(int archTable, int osTable); /** \ingroup rpmrc - * Return current arch/os names. - * @deprecated Use rpmExpand on _target_* macros. - * @todo Eliminate from API. - * - * @retval arch address of arch name (or NULL) - * @retval os address of os name (or NULL) - */ -void rpmGetMachine( const char **arch, - const char **os); - -/** \ingroup rpmrc * Destroy rpmrc arch/os compatibility tables. * @todo Eliminate from API. */ |