File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ impl Drop for BorrowedBuffer {
115115/// # Safety
116116/// `module` must be a valid pointer of PyObject representing the module.
117117/// `args` must be a valid pointer to an array of valid PyObject pointers with length `nargs`.
118- #[ unsafe( no_mangle) ]
119118pub unsafe extern "C" fn standard_b64encode (
120119 _module : * mut PyObject ,
121120 args : * mut * mut PyObject ,
@@ -193,13 +192,11 @@ fn standard_b64encode_impl(source: &PyObject) -> Result<*mut PyObject, ()> {
193192 Ok ( result)
194193}
195194
196- #[ unsafe( no_mangle) ]
197195pub extern "C" fn _base64_clear ( _obj : * mut PyObject ) -> c_int {
198196 //TODO
199197 0
200198}
201199
202- #[ unsafe( no_mangle) ]
203200pub extern "C" fn _base64_free ( _o : * mut c_void ) {
204201 //TODO
205202}
You can’t perform that action at this time.
0 commit comments