summaryrefslogtreecommitdiff
path: root/mips/packages/fcl-fpcunit/src/fpcunit.pp
diff options
context:
space:
mode:
Diffstat (limited to 'mips/packages/fcl-fpcunit/src/fpcunit.pp')
-rw-r--r--mips/packages/fcl-fpcunit/src/fpcunit.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/mips/packages/fcl-fpcunit/src/fpcunit.pp b/mips/packages/fcl-fpcunit/src/fpcunit.pp
index 07a1ee1696..ce7cd5b23f 100644
--- a/mips/packages/fcl-fpcunit/src/fpcunit.pp
+++ b/mips/packages/fcl-fpcunit/src/fpcunit.pp
@@ -19,22 +19,10 @@ unit fpcunit;
interface
-{ The following is wrong. The lineinfo unit only works on platforms that
- use stabs. It does not work on platforms that use stabx or Dwarf. The
- correct unit can only be safely included by compiling the main program
- with -gl. Directly using any of those units won't work most of the time.
-}
-{$IF not defined(MORPHOS) and not defined(AIX)}
- {$DEFINE SHOWLINEINFO}
-{$ENDIF}
-
{ Uncomment this define to remove the DUnit compatibility interface. }
{$DEFINE DUnit}
uses
- {$ifdef SHOWLINEINFO}
- LineInfo,
- {$endif}
SysUtils
,Classes
;