From d22dbe9840cd16cc758e5f9666497459da8b7b1e Mon Sep 17 00:00:00 2001 From: jussisaurio Date: Sat, 5 Oct 2024 17:26:54 +0300 Subject: [PATCH] remove garbage comment --- core/translate/optimizer.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/translate/optimizer.rs b/core/translate/optimizer.rs index 270481e3d..da08bab1d 100644 --- a/core/translate/optimizer.rs +++ b/core/translate/optimizer.rs @@ -951,7 +951,6 @@ pub trait Optimizable { .check_constant()? .map_or(false, |c| c == ConstantPredicate::AlwaysFalse)) } - // if the expression is the primary key of a table, returns the index of the table fn is_primary_key_of(&self, table: &(Rc, String)) -> bool; fn check_index_scan( &mut self,