We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2278af6 + 6898437 commit 6882622Copy full SHA for 6882622
common/text/token_info.h
@@ -73,8 +73,6 @@ class TokenInfo {
73
Context(absl::string_view b,
74
std::function<void(std::ostream&, int)> translator)
75
: base(b), token_enum_translator(std::move(translator)) {}
76
-
77
- Context(const Context&) = default;
78
};
79
80
int token_enum() const { return token_enum_; }
verilog/analysis/verilog_linter_configuration.h
@@ -188,9 +188,6 @@ class LinterConfiguration {
188
// Constructor has no rules enabled by default;
189
LinterConfiguration() = default;
190
191
- // This is copy-able.
192
- LinterConfiguration(const LinterConfiguration &) = default;
193
194
void TurnOn(const analysis::LintRuleId &rule) {
195
configuration_[rule] = {true, ""};
196
}
0 commit comments