aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/lib_helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python/lib_helper.cpp')
-rw-r--r--mpm/python/lib_helper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpm/python/lib_helper.cpp b/mpm/python/lib_helper.cpp
index 5948628f8..58d4a5336 100644
--- a/mpm/python/lib_helper.cpp
+++ b/mpm/python/lib_helper.cpp
@@ -32,7 +32,6 @@ void export_helper(){
bp::class_<mpm::udev_helper>("udev_helper", bp::init<>())
.def("get_eeprom", &mpm::udev_helper::get_eeprom)
;
- bp::def("get_if_addrs", &mpm::network::get_if_addrs);
bp::to_python_converter<std::vector< std::string >, iterable_to_python_list<std::vector< std::string > >, false>();
}