projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb61c8c
)
Remove unused variable.
author
Rui Ueyama
<ruiu@google.com>
Wed, 23 Oct 2013 20:31:55 +0000
(20:31 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Wed, 23 Oct 2013 20:31:55 +0000
(20:31 +0000)
llvm-svn: 193266
lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
patch
|
blob
|
history
diff --git
a/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
b/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
index
630d94a
..
aa2a50d
100644
(file)
--- a/
lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
+++ b/
lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
@@
-61,9
+61,6
@@
const int PAGE_SIZE = 4096;
// file.
const int SECTOR_SIZE = 512;
-// The address of the executable when loaded into memory.
-const int32_t IMAGE_BASE = 0x400000;
-
/// A Chunk is an abstrace contiguous range in an output file.
class Chunk {
public: