From 643d0af3bf0204dd4d05a710ee028aab35f171a7 Mon Sep 17 00:00:00 2001 From: Nicholas Sim Date: Mon, 28 Dec 2020 18:04:58 +0800 Subject: [PATCH] remove redundant comment --- src/ffi/fileobject.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ffi/fileobject.rs b/src/ffi/fileobject.rs index e2984691..029304eb 100644 --- a/src/ffi/fileobject.rs +++ b/src/ffi/fileobject.rs @@ -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