remove redundant comment

This commit is contained in:
Nicholas Sim 2020-12-28 18:04:58 +08:00
parent 969da37b2a
commit 643d0af3bf
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ extern "C" {
#[cfg_attr(windows, link(name = "pythonXY"))]
extern "C" {
pub static mut Py_FileSystemDefaultEncoding: *const c_char;
// Part of limited API since 3.6
pub static mut Py_FileSystemDefaultEncodeErrors: *const c_char;
pub static mut Py_HasFileSystemDefaultEncoding: c_int;
// skipped Python 3.7 / ex-non-limited Py_UTF8Mode