Skip to content

Commit 3d6b60f

Browse files
committed
remove unused function
1 parent e526f4e commit 3d6b60f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Include/internal/pycore_code.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -480,14 +480,6 @@ read_obj(uint16_t *p)
480480
return val;
481481
}
482482

483-
static inline void *
484-
read_void(uint16_t *p)
485-
{
486-
void *val;
487-
memcpy(&val, p, sizeof(val));
488-
return val;
489-
}
490-
491483
/* See Objects/exception_handling_notes.txt for details.
492484
*/
493485
static inline unsigned char *

0 commit comments

Comments
 (0)