lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6489] Fix defect introduced 20060812T0053Z: dead code


From: Greg Chicares
Subject: [lmi-commits] [6489] Fix defect introduced 20060812T0053Z: dead code
Date: Fri, 22 Jan 2016 15:30:22 +0000

Revision: 6489
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6489
Author:   chicares
Date:     2016-01-22 15:30:21 +0000 (Fri, 22 Jan 2016)
Log Message:
-----------
Fix defect introduced 20060812T0053Z: dead code

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/skeleton.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2016-01-21 13:37:23 UTC (rev 6488)
+++ lmi/trunk/ChangeLog 2016-01-22 15:30:21 UTC (rev 6489)
@@ -38543,3 +38543,10 @@
 (VZ). See:
   http://lists.nongnu.org/archive/html/lmi/2016-01/msg00006.html
 
+20160122T1530Z <address@hidden> [455]
+
+  skeleton.cpp
+Fix defect introduced 20060812T0053Z: dead code. The line removed was
+in 'main_wx.cpp' originally, and moved to the present file here:
+  http://svn.savannah.nongnu.org/viewvc?view=rev&root=lmi&revision=5861
+

Modified: lmi/trunk/skeleton.cpp
===================================================================
--- lmi/trunk/skeleton.cpp      2016-01-21 13:37:23 UTC (rev 6488)
+++ lmi/trunk/skeleton.cpp      2016-01-22 15:30:21 UTC (rev 6489)
@@ -886,7 +886,6 @@
 
         std::insert_iterator<std::string> j(new_text, new_text.begin());
         typedef std::string::const_iterator sci;
-        std::string::const_iterator i = original_text.begin();
         for(sci i = original_text.begin(); i != original_text.end(); ++i)
             {
             switch(*i)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]