diff options
| author | Simon Atanasyan <simon@atanasyan.com> | 2015-04-03 23:07:18 +0000 |
|---|---|---|
| committer | Simon Atanasyan <simon@atanasyan.com> | 2015-04-03 23:07:18 +0000 |
| commit | a2404f898a56c12b1eac51d88725ff14855c66b6 (patch) | |
| tree | f751b1d88a2de8c51c1e4c02a3e9230825aeba44 | |
| parent | c36c80c2f2c3fe4c4c945cb22dcdc5802adfd55e (diff) | |
| download | bcm5719-llvm-a2404f898a56c12b1eac51d88725ff14855c66b6.tar.gz bcm5719-llvm-a2404f898a56c12b1eac51d88725ff14855c66b6.zip | |
[ELF] Remove unused typedef
llvm-svn: 234066
| -rw-r--r-- | lld/lib/ReaderWriter/ELF/TargetLayout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/TargetLayout.h b/lld/lib/ReaderWriter/ELF/TargetLayout.h index 4ba03979202..7f65990b5c5 100644 --- a/lld/lib/ReaderWriter/ELF/TargetLayout.h +++ b/lld/lib/ReaderWriter/ELF/TargetLayout.h @@ -41,7 +41,6 @@ template <class ELFT> class TargetLayout { public: typedef uint32_t SectionOrder; typedef uint32_t SegmentType; - typedef uint32_t Flags; // The order in which the sections appear in the output file // If its determined, that the layout needs to change |

