blueloveTH 2 vuotta sitten
vanhempi
commit
73062427d2
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      include/pocketpy/cffi.h

+ 0 - 1
include/pocketpy/cffi.h

@@ -34,7 +34,6 @@ struct VoidP{
 
 
     void* ptr;
     void* ptr;
     VoidP(const void* ptr): ptr(const_cast<void*>(ptr)){}
     VoidP(const void* ptr): ptr(const_cast<void*>(ptr)){}
-    VoidP(void* ptr): ptr(ptr){}
 
 
     bool operator==(const VoidP& other) const {
     bool operator==(const VoidP& other) const {
         return ptr == other.ptr;
         return ptr == other.ptr;