diff options
| author | Rui Ueyama <ruiu@google.com> | 2013-10-23 20:31:55 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2013-10-23 20:31:55 +0000 |
| commit | 1e6d8ac59b107fa6212a32a60639d91428b6a75b (patch) | |
| tree | 6fbb0081133c3b7cbb84805de59695355df93134 | |
| parent | bb61c8cc739bc29ea9d15a1b486273eb98023321 (diff) | |
| download | bcm5719-llvm-1e6d8ac59b107fa6212a32a60639d91428b6a75b.tar.gz bcm5719-llvm-1e6d8ac59b107fa6212a32a60639d91428b6a75b.zip | |
Remove unused variable.
llvm-svn: 193266
| -rw-r--r-- | lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp b/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp index 630d94ae311..aa2a50d1d0e 100644 --- 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: |

