Skip to content

Commit

Permalink
Remove unused function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed Oct 31, 2022
1 parent d326bed commit d1bffbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/nyx/python/new_bindings_py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
namespace py = pybind11;
using namespace Nyxus;

// Defined in nested.cpp
bool mine_segment_relations(bool output2python, const std::string& label_dir, const std::string& file_pattern, const std::string& channel_signature, const int parent_channel, const int child_channel, const std::string& outdir, const ChildFeatureAggregation& aggr, int verbosity_level);

// Defined in nested.cpp
bool mine_segment_relations (
bool output2python,
Expand Down

0 comments on commit d1bffbb

Please sign in to comment.