Skip to content

Commit a9ce60e

Browse files
authored
[clang] Complete the revert of 1a14ef1 (#138341)
When merging the fix for FEM_Indeterminate I reverted the follow on warning fixes, but misread this diff and retained the explicitly defaulted constructor.
1 parent d76a163 commit a9ce60e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/include/clang/Basic/LangOptions.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ class LangOptionsBase {
7676
using RoundingMode = llvm::RoundingMode;
7777
using CFBranchLabelSchemeKind = clang::CFBranchLabelSchemeKind;
7878

79-
LangOptionsBase() = default;
80-
8179
enum GCMode { NonGC, GCOnly, HybridGC };
8280
enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq };
8381

0 commit comments

Comments
 (0)