Browse Source

- removed tarrayreftype, because it's not used on the wasm target

git-svn-id: branches/wasm@48336 -
nickysn 4 năm trước cách đây
mục cha
commit
f891c52dd1
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      compiler/wasm32/cpubase.pas

+ 0 - 8
compiler/wasm32/cpubase.pas

@@ -184,14 +184,6 @@ uses
        LOC_MMREGISTER,LOC_CMMREGISTER,LOC_SUBSETREG,LOC_CSUBSETREG];
 
 
-{*****************************************************************************
-                               References
-*****************************************************************************}
-
-   type
-     { array reference types }
-     tarrayreftype = (art_none,art_indexreg,art_indexref,art_indexconst);
-
 {*****************************************************************************
                                 Conditions
 *****************************************************************************}