From f1599d802905f52f641cb641c9b94764270d5e27 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 10 Nov 2018 19:42:15 -0500 Subject: [PATCH] Docs: make comment on Task::decode match reality --- src/Task.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Task.cpp b/src/Task.cpp index a748abdd6..c097191eb 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1703,12 +1703,8 @@ const std::string Task::encode (const std::string& value) const //////////////////////////////////////////////////////////////////////////////// // Decode values after parse. -// " <- &dquot; -// ' <- &squot; or " -// , <- , // [ <- &open; // ] <- &close; -// : <- : const std::string Task::decode (const std::string& value) const { if (value.find ('&') == std::string::npos)