lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5627] Eliminate dead code


From: Greg Chicares
Subject: [lmi-commits] [5627] Eliminate dead code
Date: Wed, 19 Dec 2012 00:47:36 +0000

Revision: 5627
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5627
Author:   chicares
Date:     2012-12-19 00:47:33 +0000 (Wed, 19 Dec 2012)
Log Message:
-----------
Eliminate dead code

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

Modified: lmi/trunk/lmi.cpp
===================================================================
--- lmi/trunk/lmi.cpp   2012-12-18 10:24:22 UTC (rev 5626)
+++ lmi/trunk/lmi.cpp   2012-12-19 00:47:33 UTC (rev 5627)
@@ -28,16 +28,8 @@
 
 #include "lmi.hpp"
 
-#include "version.hpp"
-
 bool is_antediluvian_fork()
 {
     return false;
 }
 
-std::string const& timestamp_of_production_release()
-{
-    static std::string const s(LMI_VERSION);
-    return s;
-}
-

Modified: lmi/trunk/lmi.hpp
===================================================================
--- lmi/trunk/lmi.hpp   2012-12-18 10:24:22 UTC (rev 5626)
+++ lmi/trunk/lmi.hpp   2012-12-19 00:47:33 UTC (rev 5627)
@@ -28,15 +28,9 @@
 
 #include "so_attributes.hpp"
 
-#include <string>
-
 /// Distinguish the antediluvian fork from production.
 
 bool LMI_SO is_antediluvian_fork();
 
-/// Timestamp of production release.
-
-std::string const& LMI_SO timestamp_of_production_release();
-
 #endif // lmi_hpp
 




reply via email to

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