[mlpack] 146/207: remove useless codes
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Mar 23 17:53:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 94f36423a93bb1bdb4b7c51f5d4c745cb6f533fc
Author: stereomatchingkiss <stereomatchingkiss at gmail.com>
Date: Sun Jun 5 10:25:56 2016 +0800
remove useless codes
---
src/mlpack/core/data/load_csv.hpp | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/mlpack/core/data/load_csv.hpp b/src/mlpack/core/data/load_csv.hpp
index ce5c8c4..91a81ab 100644
--- a/src/mlpack/core/data/load_csv.hpp
+++ b/src/mlpack/core/data/load_csv.hpp
@@ -21,14 +21,6 @@
namespace mlpack {
namespace data /** Functions to load and save matrices and models. */ {
-namespace details /** Implementation details, please do not use them in production codes */{
-
-//put the implementation details do not depend on template params
-//out of template class, this could reduce duplicate binary codes
-//if the compiler/linker not smart enough
-
-}
-
/**
*Load the csv file.This class use boost::spirit
*to implement the parser, please refer to following link
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list