Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Aug 2, 2023
1 parent 4a0d99c commit a384236
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/remote.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <arbor/communication/remote.hpp>
#include <arbor/version.hpp>

#include <iostream>

#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

Expand All @@ -16,7 +14,6 @@ namespace pyarb {
using namespace pybind11::literals;
#ifdef ARB_MPI_ENABLED
void register_remote(pybind11::module& m) {
std::cout << "Registering remote with MPI\n";
auto s = m.def_submodule("remote", "Wrappers for remote communication.");

pybind11::class_<arb::remote::msg_null> msg_null(s, "msg_null", "Empty message.");
Expand Down

0 comments on commit a384236

Please sign in to comment.