Change parameter name.

This commit is contained in:
Stephen Chung
2021-11-23 18:10:01 +08:00
parent 2e9807b172
commit 0c89a9c4c5
3 changed files with 9 additions and 10 deletions

View File

@@ -469,7 +469,6 @@ mod string_functions {
if len <= 0 {
return Ok(());
}
let _ctx = ctx;
// Check if string will be over max size limit
@@ -514,7 +513,6 @@ mod string_functions {
if len <= 0 {
return Ok(());
}
let _ctx = ctx;
// Check if string will be over max size limit