diff --git a/tools/ClangPlugin.h b/tools/ClangPlugin.h index 688b1b869..3394a0d38 100644 --- a/tools/ClangPlugin.h +++ b/tools/ClangPlugin.h @@ -68,8 +68,7 @@ namespace clad { : DumpSourceFn(false), DumpSourceFnAST(false), DumpDerivedFn(false), DumpDerivedAST(false), GenerateSourceFile(false), ValidateClangVersion(true), EnableTBRAnalysis(false), - CustomEstimationModel(false), PrintNumDiffErrorInfo(false), - CustomModelName("") {} + CustomEstimationModel(false), PrintNumDiffErrorInfo(false) {} bool DumpSourceFn : 1; bool DumpSourceFnAST : 1;