From 3c449bb4e138bc21cc98cf94218cae20b268ebcd Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Fri, 15 Jun 2007 12:25:18 +0000 Subject: [PATCH] dropped 10.1 code --- src/zypper-misc.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/zypper-misc.cc b/src/zypper-misc.cc index 2bdb50a..6663357 100644 --- a/src/zypper-misc.cc +++ b/src/zypper-misc.cc @@ -25,14 +25,10 @@ extern Settings gSettings; void cond_init_target () { static bool done = false; + //! \todo do this so that it works in zypper shell if (!done) { -#ifdef LIBZYPP_1xx - cerr_v << _("Initializing Target") << _(" (old way)") << endl; - God->initTarget(gSettings.root_dir, true); -#else - cerr_v << _("Initializing Target") << endl; + cout_v << _("Initializing Target") << endl; God->initializeTarget(gSettings.root_dir); -#endif done = true; } } -- 2.7.4