From: Arvin Schnell Date: Wed, 6 Apr 2011 07:49:12 +0000 (+0200) Subject: - removed old code X-Git-Tag: v0.1.3~420 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a6a14a7739fcdacca4ecc0b6b46e6ac4502fdcc;p=thirdparty%2Fsnapper.git - removed old code --- diff --git a/snapper/Snapshot.cc b/snapper/Snapshot.cc index a2efc67d..731f5a02 100644 --- a/snapper/Snapshot.cc +++ b/snapper/Snapshot.cc @@ -129,12 +129,7 @@ namespace snapper if (getChildValue(node, "date", tmp)) { - // TODO: remove someday - if (boost::ends_with(tmp, " GMT")) - tmp.erase(19); - assert(tmp.size() == 19); - snapshot.date = scan_datetime(tmp, true); }