Skip to content

Commit

Permalink
remove unnecessary declaration of functions in factory.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Mar 26, 2018
1 parent c648a5a commit 81bf114
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/shogun/util/factory.h
Expand Up @@ -18,13 +18,6 @@ namespace shogun

CKernel* kernel(const std::string& name);
CMachine* machine(const std::string& name);
CFeatures*
features(CFile* file, EPrimitiveType primitive_type = PT_FLOAT64);
template <class T>
CFeatures* features(SGMatrix<T> mat);
CLabels* labels(CFile* file);

CFile* csv_file(std::string fname, char rw = 'r');

#define BASE_CLASS_FACTORY(T, factory_name) \
T* factory_name(const std::string& name) \
Expand Down

0 comments on commit 81bf114

Please sign in to comment.