From f0c71b95ca00bae2b364c4b4858c51d84b002387 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 24 Feb 2026 19:25:21 +0100 Subject: Drop warning about unstable CLI interface A specific CLI version can now be requested using the --cli-version flag, and old versions can be deprecated on a reasonable cadence. Therefore, a warning is no longer necessary. Gbp-Dch: full --- cmdline/apt.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'cmdline/apt.cc') diff --git a/cmdline/apt.cc b/cmdline/apt.cc index 4a0708db8..11a14b13e 100644 --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@ -142,7 +142,6 @@ int main(int argc, const char *argv[]) /*{{{*/ InitSignals(); InitOutput(); - CheckIfCalledByScript(argc, argv); CheckIfSimulateMode(CmdL); return DispatchCommandLine(CmdL, Cmds); -- cgit v1.2.3-70-g09d2