Skip to content

Commit 0ab515e

Browse files
Remove unused isDiscreteBitFieldABI
1 parent 9e25e80 commit 0ab515e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/CIR/MissingFeatures.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ struct MissingFeatures {
146146
static bool cxxabiUseARMMethodPtrABI() { return false; }
147147
static bool cxxabiUseARMGuardVarABI() { return false; }
148148
static bool cxxabiAppleARM64CXXABI() { return false; }
149-
static bool isDiscreteBitFieldABI() { return false; }
150149

151150
// Address class
152151
static bool addressOffset() { return false; }

0 commit comments

Comments
 (0)