Skip to content

Commit 6a5aa8e

Browse files
authored
chore: Remove a stray comment in the kernel visitor (#1457)
## What changes are proposed in this pull request? Removes a stray comment which got added in the the kernel visitor. ## How was this change tested? Comment removal. Cargo build.
1 parent fa83f41 commit 6a5aa8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ffi/src/expressions/kernel_visitor.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,6 @@ fn visit_expression_literal_string_impl(
266266
}
267267

268268
// We need to get parse.expand working to be able to macro everything below, see issue #255
269-
270-
// This is a function called by the engine to transform the engine expression into a kernel expression
271-
// The engine visitor calls this function with the argument (predicate, kernel_expression_visitor) where
272-
// kernel_expression_visitor is a pointer to the KernelExpressionVisitorState struct.
273269
#[no_mangle]
274270
pub extern "C" fn visit_expression_literal_int(
275271
state: &mut KernelExpressionVisitorState,

0 commit comments

Comments
 (0)