From 1fc80bd3eb34fd27d03c3842d581e98a5f98cf9e Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Sat, 8 Apr 2006 08:04:04 +0000 Subject: [PATCH] add comment --- zypp/source/yum/YUMPatchImpl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zypp/source/yum/YUMPatchImpl.cc b/zypp/source/yum/YUMPatchImpl.cc index 4aa2c6a..aca9919 100644 --- a/zypp/source/yum/YUMPatchImpl.cc +++ b/zypp/source/yum/YUMPatchImpl.cc @@ -57,7 +57,7 @@ namespace zypp std::string updateScript; _summary = parsed.summary; _description = parsed.description; -/* +#if 0 // not active any more, see YUMSourceImpl::createPatch() // now process the atoms CapFactory _f; Capability cap( _f.parse( @@ -105,7 +105,7 @@ namespace zypp } } -*/ +#endif } std::string YUMPatchImpl::id() const -- 2.7.4