lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6320] Remove code that became truly superfluous 20151006T


From: Greg Chicares
Subject: [lmi-commits] [6320] Remove code that became truly superfluous 20151006T1302Z
Date: Tue, 06 Oct 2015 13:09:58 +0000

Revision: 6320
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6320
Author:   chicares
Date:     2015-10-06 13:09:58 +0000 (Tue, 06 Oct 2015)
Log Message:
-----------
Remove code that became truly superfluous 20151006T1302Z

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

Modified: lmi/trunk/ihs_avdebug.cpp
===================================================================
--- lmi/trunk/ihs_avdebug.cpp   2015-10-06 13:02:36 UTC (rev 6319)
+++ lmi/trunk/ihs_avdebug.cpp   2015-10-06 13:09:58 UTC (rev 6320)
@@ -33,14 +33,11 @@
 #include "ihs_irc7702.hpp"
 #include "ihs_irc7702a.hpp"
 #include "ledger_invariant.hpp"
-#include "mc_enum_types_aux.hpp" // mc_str()
+#include "mc_enum_types_aux.hpp"        // mc_str()
 #include "miscellany.hpp"
 #include "path_utility.hpp"
 #include "value_cast.hpp"
 
-#include <boost/filesystem/convenience.hpp>
-#include <boost/filesystem/path.hpp>
-
 #include <algorithm>
 #include <iterator>
 #include <string>
@@ -269,8 +266,7 @@
 {
     configurable_settings const& c = configurable_settings::instance();
     std::string const z = c.spreadsheet_file_extension();
-    fs::path p = fs::change_extension(s, ".monthly_trace" + z);
-    DebugFilename = unique_filepath(p, z).string();
+    DebugFilename = unique_filepath(s, ".monthly_trace" + z).string();
 }
 
 //============================================================================




reply via email to

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