Browse Source

Update base.h

blueloveTH 1 year ago
parent
commit
57153dc8d2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/pocketpy/objects/base.h

+ 0 - 1
include/pocketpy/objects/base.h

@@ -23,7 +23,6 @@ typedef struct PyVar{
     union {
     union {
         int64_t _i64;
         int64_t _i64;
         double _f64;
         double _f64;
-        bool _bool;
         PyObject* _obj;
         PyObject* _obj;
         void* _ptr;
         void* _ptr;
         // Vec2
         // Vec2