forked from OSchip/llvm-project
Remove an out of date comment.
After 4 years there is still no normalization library. We do support disassembly and relocations, so it doesn't look like we need it. llvm-svn: 219308
This commit is contained in:
parent
e69ec55cda
commit
69a595ec2f
|
@ -102,7 +102,6 @@ public:
|
|||
/// @brief Get the alignment of this section as the actual value (not log 2).
|
||||
std::error_code getAlignment(uint64_t &Result) const;
|
||||
|
||||
// FIXME: Move to the normalization layer when it's created.
|
||||
std::error_code isText(bool &Result) const;
|
||||
std::error_code isData(bool &Result) const;
|
||||
std::error_code isBSS(bool &Result) const;
|
||||
|
|
Loading…
Reference in New Issue