lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5404] Expunge a function disused since 20120220T0158Z


From: Greg Chicares
Subject: [lmi-commits] [5404] Expunge a function disused since 20120220T0158Z
Date: Mon, 20 Feb 2012 02:03:25 +0000

Revision: 5404
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5404
Author:   chicares
Date:     2012-02-20 02:03:24 +0000 (Mon, 20 Feb 2012)
Log Message:
-----------
Expunge a function disused since 20120220T0158Z

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/xml_lmi.cpp
    lmi/trunk/xml_lmi.hpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-02-20 02:01:04 UTC (rev 5403)
+++ lmi/trunk/ChangeLog 2012-02-20 02:03:24 UTC (rev 5404)
@@ -29685,3 +29685,38 @@
   xml_serializable.tpp
 Add and use functions to manipulate attributes as integers.
 
+20120219T1246Z <address@hidden> [575]
+
+  workhorse.make
+Update build directory's unit-test data from source directory.
+
+20120219T1303Z <address@hidden> [575]
+
+  ledger_xml_io.cpp
+Suggest a future improvement.
+
+20120219T1405Z <address@hidden> [575]
+
+  multiple_cell_document.cpp
+  multiple_cell_document.hpp
+Assert certain invariants.
+
+20120220T0158Z <address@hidden> [573]
+
+  multiple_cell_document.cpp
+  multiple_cell_document.hpp
+  sample.cns
+Write more-idiomatic xml. See:
+  http://lists.nongnu.org/archive/html/lmi/2010-08/msg00016.html
+
+20120220T0201Z <address@hidden> [573]
+
+  xml_lmi.cpp
+Update time of version change.
+
+20120220T0203Z <address@hidden> [573]
+
+  xml_lmi.cpp
+  xml_lmi.hpp
+Expunge a function disused since 20120220T0158Z.
+

Modified: lmi/trunk/xml_lmi.cpp
===================================================================
--- lmi/trunk/xml_lmi.cpp       2012-02-20 02:01:04 UTC (rev 5403)
+++ lmi/trunk/xml_lmi.cpp       2012-02-20 02:03:24 UTC (rev 5404)
@@ -263,15 +263,6 @@
     return s;
 }
 
-void add_node
-    (xml::element&      element
-    ,std::string const& name
-    ,std::string const& content
-    )
-{
-    element.push_back(xml::element(name.c_str(), content.c_str()));
-}
-
 xml::node::const_iterator retrieve_element
     (xml::element const& parent
     ,std::string  const& name

Modified: lmi/trunk/xml_lmi.hpp
===================================================================
--- lmi/trunk/xml_lmi.hpp       2012-02-20 02:01:04 UTC (rev 5403)
+++ lmi/trunk/xml_lmi.hpp       2012-02-20 02:03:24 UTC (rev 5404)
@@ -78,12 +78,6 @@
         boost::scoped_ptr<Document>    document_;
     };
 
-    void add_node
-        (xml::element&
-        ,std::string const& name
-        ,std::string const& content
-        );
-
     /// Find an element subnode by name, throwing if it is not found.
 
     xml::node::const_iterator retrieve_element




reply via email to

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