From 3909d2678ede154f9a7fe19617973d4daa173c47 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Oct 2009 04:50:07 -0400 Subject: Removed most #if 0 blocks and callout comments --- src/py_value.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/py_value.cc') diff --git a/src/py_value.cc b/src/py_value.cc index 9aa4984e..f6c71920 100644 --- a/src/py_value.cc +++ b/src/py_value.cc @@ -80,12 +80,10 @@ namespace { void export_value() { class_< value_t > ("Value") -#if 0 .def("initialize", &value_t::initialize) .staticmethod("initialize") .def("shutdown", &value_t::shutdown) .staticmethod("shutdown") -#endif .def(init()) .def(init()) -- cgit v1.2.3