summaryrefslogtreecommitdiff
path: root/compiler/psystem.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-08-28 22:31:29 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-08-28 22:31:29 +0000
commitc81862921c0c177a0ae836db03b23ebc71a44aa2 (patch)
treea0f5a67462d2efbbbb793c9e3e123a43fc628c8d /compiler/psystem.pas
parente05af24b866bf5091bd1845ca3a789d1a894d598 (diff)
downloadfpc-c81862921c0c177a0ae836db03b23ebc71a44aa2.tar.gz
- removed leftover alpha, ia64 and vis code
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@31446 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/psystem.pas')
-rw-r--r--compiler/psystem.pas8
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/psystem.pas b/compiler/psystem.pas
index 96449c3f16..809a43ce33 100644
--- a/compiler/psystem.pas
+++ b/compiler/psystem.pas
@@ -719,18 +719,10 @@ implementation
aiclass[ait_stab]:=tai_stab;
aiclass[ait_force_line]:=tai_force_line;
aiclass[ait_function_name]:=tai_function_name;
-{$ifdef alpha}
- { the follow is for the DEC Alpha }
- aiclass[ait_frame]:=tai_frame;
-{$endif alpha}
{$ifdef m68k}
{ TODO: FIXME: tai_labeled_instruction doesn't exists}
// aiclass[ait_labeled_instruction]:=tai_labeled_instruction;
{$endif m68k}
-{$ifdef ia64}
- aiclass[ait_bundle]:=tai_bundle;
- aiclass[ait_stop]:=tai_stop;
-{$endif ia64}
{$ifdef SPARC}
// aiclass[ait_labeled_instruction]:=tai_labeled_instruction;
{$endif SPARC}