]> granicus.if.org Git - python/commitdiff
Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin.
authorLarry Hastings <larry@hastings.org>
Tue, 5 Aug 2014 06:00:03 +0000 (16:00 +1000)
committerLarry Hastings <larry@hastings.org>
Tue, 5 Aug 2014 06:00:03 +0000 (16:00 +1000)
Modules/posixmodule.c

index 26cd3ce7d21a5e760b88ee261e3e312aa4b3ccf7..25bfa5ded66a168a800b505c6247fe390b8495a4 100644 (file)
@@ -3455,7 +3455,6 @@ os_fchmod_impl(PyModuleDef *module, int fd, int mode)
 
 
 #ifdef HAVE_LCHMOD
-PyDoc_STRVAR(posix_lchmod__doc__,
 /*[clinic input]
 os.lchmod