Jelajahi Sumber

Update base.h

blueloveTH 2 tahun lalu
induk
melakukan
57153dc8d2
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      include/pocketpy/objects/base.h

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

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