Browse Source

[cpp] Remove elementSize from cpp.Pointer since it causes issues with forward declared types.

Hugh 9 years ago
parent
commit
b953d8545a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      std/cpp/Pointer.hx

+ 0 - 2
std/cpp/Pointer.hx

@@ -24,8 +24,6 @@
 @:coreType
 @:coreType
 extern class Pointer<T> extends ConstPointer<T> implements ArrayAccess<T>
 extern class Pointer<T> extends ConstPointer<T> implements ArrayAccess<T>
 {
 {
-   public var elementSize(default,never):Int;
-
    @:analyzer(no_simplification)
    @:analyzer(no_simplification)
    public var ref(get,set):T;
    public var ref(get,set):T;