[mlpack-git] master: Remove duplicate declaration of ReadFile() to fix the failing build. (730767a)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:56:43 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 730767aa707475127a4e4fa5068b2cd153f4defc
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Aug 5 14:42:16 2014 +0000

    Remove duplicate declaration of ReadFile() to fix the failing build.


>---------------------------------------------------------------

730767aa707475127a4e4fa5068b2cd153f4defc
 src/mlpack/core/util/save_restore_utility.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/core/util/save_restore_utility.hpp b/src/mlpack/core/util/save_restore_utility.hpp
index 1b878f8..4e99991 100644
--- a/src/mlpack/core/util/save_restore_utility.hpp
+++ b/src/mlpack/core/util/save_restore_utility.hpp
@@ -133,7 +133,6 @@ class SaveRestoreUtility
   /**
    * ReadFile reads an XML tree recursively.
    */
-  bool ReadFile(const std::string& filename);
   void ReadFile(xmlNode* n);
 
 };



More information about the mlpack-git mailing list