Skip to content

Commit a593d22

Browse files
committed
[MCAsmInfo] Delete unused doesSupportExceptionHandling
ExceptionHandling:: is a bit misleading - we actually use the term for both exceptions and non-exception .eh_frame usage.
1 parent 202df68 commit a593d22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/include/llvm/MC/MCAsmInfo.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,10 +636,6 @@ class MCAsmInfo {
636636

637637
bool doesSupportDebugInformation() const { return SupportsDebugInformation; }
638638

639-
bool doesSupportExceptionHandling() const {
640-
return ExceptionsType != ExceptionHandling::None;
641-
}
642-
643639
ExceptionHandling getExceptionHandlingType() const { return ExceptionsType; }
644640
WinEH::EncodingType getWinEHEncodingType() const { return WinEHEncodingType; }
645641

0 commit comments

Comments
 (0)