Remove unused variable.
authorRui Ueyama <ruiu@google.com>
Wed, 23 Oct 2013 20:31:55 +0000 (20:31 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 23 Oct 2013 20:31:55 +0000 (20:31 +0000)
llvm-svn: 193266

lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp

index 630d94a..aa2a50d 100644 (file)
@@ -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: