summaryrefslogtreecommitdiffstats
path: root/tools/repogen
diff options
context:
space:
mode:
Diffstat (limited to 'tools/repogen')
-rw-r--r--tools/repogen/repogen.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/repogen/repogen.cpp b/tools/repogen/repogen.cpp
index 4164fe4a2..77a981561 100644
--- a/tools/repogen/repogen.cpp
+++ b/tools/repogen/repogen.cpp
@@ -163,15 +163,6 @@ int main(int argc, char** argv)
packagesDirectories.append(args.first());
args.removeFirst();
- } else if (args.first() == QLatin1String("-c") || args.first() == QLatin1String("--config")) {
- args.removeFirst();
- if (args.isEmpty()) {
- return printErrorAndUsageAndExit(QCoreApplication::translate("QInstaller",
- "Error: Config parameter missing argument"));
- }
-
- args.removeFirst();
- std::cout << "Config file parameter is deprecated and ignored." << std::endl;
} else if (args.first() == QLatin1String("--ignore-translations")
|| args.first() == QLatin1String("--ignore-invalid-packages")) {
args.removeFirst();