diff options
| -rw-r--r-- | llvm/include/llvm/Object/ObjectFile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Object/ObjectFile.h b/llvm/include/llvm/Object/ObjectFile.h index a0b5380a291..6c692cd617d 100644 --- a/llvm/include/llvm/Object/ObjectFile.h +++ b/llvm/include/llvm/Object/ObjectFile.h @@ -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; |

