Skip to content

Commit 5a760c2

Browse files
authored
ref(runtime-config): remove *_matview_version (#7543)
This runtime config is no longer used as of #6194
1 parent 1eee22f commit 5a760c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

rust_snuba/src/processors/generic_metrics.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -344,15 +344,6 @@ fn should_use_killswitch(config: Result<Option<String>, Error>, use_case: &Messa
344344
false
345345
}
346346

347-
#[allow(dead_code)]
348-
fn parse_matview_ver_from_runtime_opt(metric_type: &str) -> Option<u8> {
349-
get_str_config(&format!("gen_metrics_{}_matview_version", metric_type))
350-
.ok()
351-
.flatten()?
352-
.parse::<u8>()
353-
.ok()
354-
}
355-
356347
fn process_message<T>(
357348
payload: KafkaPayload,
358349
config: &ProcessorConfig,

0 commit comments

Comments
 (0)