summaryrefslogtreecommitdiff
path: root/compiler/cgutils.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-03-16 11:24:21 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-03-16 11:24:21 +0000
commit2b5b6b54a313961c52ad675285ffab770bd91a5a (patch)
treee98a0e0882d24cc469927bd7d33471a80c11a122 /compiler/cgutils.pas
parentd362bd64687090c7493ec0488768233baafc8df0 (diff)
downloadfpc-2b5b6b54a313961c52ad675285ffab770bd91a5a.tar.gz
* moved jvm-specific tarrayreftype from cgutils to jvm/cpubase
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@27148 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/cgutils.pas')
-rw-r--r--compiler/cgutils.pas3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/cgutils.pas b/compiler/cgutils.pas
index 8ab53ab78f..ac913fafa0 100644
--- a/compiler/cgutils.pas
+++ b/compiler/cgutils.pas
@@ -43,9 +43,6 @@ unit cgutils;
{ Set type definition for cpuregisters }
tcpuregisterset = set of 0..maxcpuregister;
-{$ifdef jvm}
- tarrayreftype = (art_none,art_indexreg,art_indexref,art_indexconst);
-{$endif jvm}
{ reference record, reordered for best alignment }
preference = ^treference;
treference = record