Skip to content

Commit

Permalink
Remove unneeded using declatation. This caused errors with non-debug …
Browse files Browse the repository at this point in the history
…builds
  • Loading branch information
dagardner-nv committed Oct 13, 2023
1 parent 2892329 commit 6783187
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/mrc/_pymrc/include/pymrc/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,6 @@ class PythonSourceComponent : public node::LambdaSourceComponent<OutputT>,
using base_t = node::LambdaSourceComponent<OutputT>;

public:
using base_t::base_t;

PythonSourceComponent(std::string name, const typename base_t::get_data_fn_t& f) :
node::SourceProperties<OutputT>(name),
base_t(name, f)
Expand Down

0 comments on commit 6783187

Please sign in to comment.