Skip to content

Commit

Permalink
Drop unused conditional select
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Feb 1, 2019
1 parent 2ddb189 commit 1509ae8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 43 deletions.
1 change: 0 additions & 1 deletion include/tapkee/methods.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <tapkee/utils/naming.hpp>
#include <tapkee/utils/time.hpp>
#include <tapkee/utils/logging.hpp>
#include <tapkee/utils/conditional_select.hpp>
#include <tapkee/utils/features.hpp>
#include <tapkee/parameters/defaults.hpp>
#include <tapkee/parameters/context.hpp>
Expand Down
41 changes: 0 additions & 41 deletions include/tapkee/utils/conditional_select.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion src/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int run(int argc, const char** argv)
srand(static_cast<unsigned int>(time(NULL)));

ezOptionParser opt;
opt.footer = "Copyright (C) 2012-2015 Sergey Lisitsyn <[email protected]>, Fernando Iglesias <[email protected]>\n"
opt.footer = "Copyright (C) 2012-2019 Sergey Lisitsyn <[email protected]>, Fernando Iglesias <[email protected]>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.";
opt.overview = "Tapkee library application for reduction dimensions of dense matrices.\n"
Expand Down

0 comments on commit 1509ae8

Please sign in to comment.