Boost C++ Libraries: Ticket #827: Unused variable in format date parser https://svn.boost.org/trac10/ticket/827 <pre class="wiki">May sound silly, but an unused variable could represent a bug. Thus, Coverity found it and signaled it. It would be nice to have it removed to avoid that error in the future. The variable seems to be a left over from other parsing functions which do make use of it. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/827 Trac 1.4.3 alexis_wilke Thu, 08 Feb 2007 05:53:06 GMT <link>https://svn.boost.org/trac10/ticket/827#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/827#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=554061 Originator: YES Hi guys, I also noticed that by removing the code I removed, the current_char variable is actually unused. I uploaded a newer patch with all the fixes. Alexis Wilke File Added: format_date_parser.patch </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Sun, 19 Aug 2007 15:35:17 GMT</pubDate> <title>component, description changed; severity set https://svn.boost.org/trac10/ticket/827#comment:2 https://svn.boost.org/trac10/ticket/827#comment:2 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">date_time</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/827?action=diff&amp;version=2">diff</a>) </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> Ticket Andrey Semashev Thu, 04 Jun 2009 09:06:18 GMT status, resolution changed https://svn.boost.org/trac10/ticket/827#comment:3 https://svn.boost.org/trac10/ticket/827#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">fixed</span> </li> </ul> <p> It appears that it has already been addressed. I didn't find any unused current_char or use_current_char variables in the sources. </p> Ticket