summaryrefslogtreecommitdiff
path: root/compiler/ogcoff.pas
diff options
context:
space:
mode:
authoryury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-09-17 12:48:58 +0000
committeryury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-09-17 12:48:58 +0000
commite6090635fb028e6f73274085a144ecd2140365e7 (patch)
tree2c557ad7123e93709fe0aa334e60dde5bc320dc5 /compiler/ogcoff.pas
parent79b812f820de6a0730393ba907f33f098f4f649d (diff)
downloadfpc-e6090635fb028e6f73274085a144ecd2140365e7.tar.gz
* Removed lot of unused vars.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@31732 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/ogcoff.pas')
-rw-r--r--compiler/ogcoff.pas2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ogcoff.pas b/compiler/ogcoff.pas
index d380047453..d249f74d5b 100644
--- a/compiler/ogcoff.pas
+++ b/compiler/ogcoff.pas
@@ -2184,7 +2184,6 @@ const pemagic : array[0..3] of byte = (
bssExeSec,
idataExeSec,
tlsExeSec : TExeSection;
- tlsdir : TlsDirectory;
hassymbols,
writeDbgStrings : boolean;
@@ -2504,7 +2503,6 @@ const pemagic : array[0..3] of byte = (
var
exesec:TExeSection;
objsec,textsec:TObjSection;
- objsym:TObjSymbol;
objreloc:TObjRelocation;
i,j:longint;
begin