summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rpm.c b/rpm.c
index 81a449d2c..5b5e946e6 100755
--- a/rpm.c
+++ b/rpm.c
@@ -131,9 +131,6 @@ static struct poptOption optionsTable[] = {
{ "httpport", '\0', POPT_ARG_STRING, &httpPort, 0, NULL, NULL},
{ "httpproxy", '\0', POPT_ARG_STRING, &httpProxy, 0, NULL, NULL},
{ NULL, 'i', 0, 0, 'i', NULL, NULL},
- { "i18ndomains", '\0', POPT_ARG_STRING, &i18ndomains, 0,
- N_("i18n catalogue domains to search for package text"),
- "DOMAIN1[:DOMAIN2...]" },
{ "ignorearch", '\0', 0, &ignoreArch, 0, NULL, NULL},
{ "ignoreos", '\0', 0, &ignoreOs, 0, NULL, NULL},
{ "ignoresize", '\0', 0, &ignoreSize, 0, NULL, NULL},
@@ -625,7 +622,6 @@ int main(int argc, const char ** argv)
/* XXX Eliminate query linkage loop */
parseSpecVec = parseSpec;
freeSpecVec = freeSpec;
- i18ndomains = NULL;
/* set up the correct locale */
setlocale(LC_ALL, "" );