Browse Source

* removed no longer used/needed {$ifdef jvm} parts

git-svn-id: trunk@27965 -
Jonas Maebe 11 years ago
parent
commit
5795daf2cd
1 changed files with 0 additions and 10 deletions
  1. 0 10
      compiler/pdecvar.pas

+ 0 - 10
compiler/pdecvar.pas

@@ -57,9 +57,6 @@ implementation
        symconst,symbase,symtype,defutil,defcmp,symcreat,
        symconst,symbase,symtype,defutil,defcmp,symcreat,
 {$if defined(i386) or defined(i8086)}
 {$if defined(i386) or defined(i8086)}
        symcpu,
        symcpu,
-{$endif}
-{$ifdef jvm}
-       jvmdef,
 {$endif}
 {$endif}
        fmodule,htypechk,
        fmodule,htypechk,
        { pass 1 }
        { pass 1 }
@@ -70,9 +67,6 @@ implementation
        { parser }
        { parser }
        scanner,
        scanner,
        pbase,pexpr,ptype,ptconst,pdecsub,
        pbase,pexpr,ptype,ptconst,pdecsub,
-{$ifdef jvm}
-       pjvm,
-{$endif}
        { link }
        { link }
        import
        import
        ;
        ;
@@ -347,10 +341,6 @@ implementation
          storedprocdef: tprocvardef;
          storedprocdef: tprocvardef;
          readprocdef,
          readprocdef,
          writeprocdef : tprocdef;
          writeprocdef : tprocdef;
- {$ifdef jvm}
-          orgaccesspd : tprocdef;
-          wrongvisibility : boolean;
- {$endif}
       begin
       begin
          result:=nil;
          result:=nil;
          { Generate temp procdefs to search for matching read/write
          { Generate temp procdefs to search for matching read/write