Skip to content

Commit

Permalink
Remove superfluous ConduitData from pyniv
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvierjahn committed Jan 17, 2018
1 parent 2c925fc commit cb8e039
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 102 deletions.
48 changes: 0 additions & 48 deletions pyniv/src/conduit_data.cpp

This file was deleted.

51 changes: 0 additions & 51 deletions pyniv/src/conduit_data.hpp

This file was deleted.

4 changes: 1 addition & 3 deletions pyniv/src/pyniv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ SUPPRESS_WARNINGS_END
#include "niv/nest_test_data.hpp"
#include "niv/niv.hpp"

#include "conduit_data.hpp"

BOOST_PYTHON_MODULE(pyniv) {
boost::python::numpy::initialize();
def("Greet", niv::Greet);
Expand All @@ -43,8 +41,8 @@ BOOST_PYTHON_MODULE(pyniv) {

pyniv::expose<niv::consumer::Backend>();
pyniv::expose<niv::consumer::Device>();
pyniv::expose<pyniv::ConduitData>();
pyniv::expose<niv::consumer::Receiver>();
pyniv::expose<niv::consumer::Multimeter>();

pyniv::expose<niv::Testing>();
}

0 comments on commit cb8e039

Please sign in to comment.