Browse Source

[1333r] removed commented-out macro setting. it was left in case we'll
need it in a future version, but as it was explicitly pointed out in review
it's probably less confusing to remove it completely.

JINMEI Tatuya 13 years ago
parent
commit
2d85e22f10
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/lib/python/isc/datasrc/journal_reader_python.cc

+ 0 - 4
src/lib/python/isc/datasrc/journal_reader_python.cc

@@ -12,10 +12,6 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-// Enable this if you use s# variants with PyArg_ParseTuple(), see
-// http://docs.python.org/py3k/c-api/arg.html#strings-and-buffers
-//#define PY_SSIZE_T_CLEAN
-
 // Python.h needs to be placed at the head of the program file, see:
 // http://docs.python.org/py3k/extending/extending.html#a-simple-example
 #include <Python.h>