Browse Source

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

git-svn-id: branches/wasm@48336 -
nickysn 4 years ago
parent
commit
f891c52dd1
1 changed files with 0 additions and 8 deletions
  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];
        LOC_MMREGISTER,LOC_CMMREGISTER,LOC_SUBSETREG,LOC_CSUBSETREG];
 
 
 
 
-{*****************************************************************************
-                               References
-*****************************************************************************}
-
-   type
-     { array reference types }
-     tarrayreftype = (art_none,art_indexreg,art_indexref,art_indexconst);
-
 {*****************************************************************************
 {*****************************************************************************
                                 Conditions
                                 Conditions
 *****************************************************************************}
 *****************************************************************************}