Skip to content

Commit 06487fd

Browse files
committed
py: modify object struct to empty
1 parent 186aaac commit 06487fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/object.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import (
2626

2727
// Object represents a Python object.
2828
type Object struct {
29-
Unused [8]byte
3029
}
3130

3231
// llgo:link (*Object).DecRef C.Py_DecRef

0 commit comments

Comments
 (0)