diff options
-rw-r--r-- | sql/udf_example.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sql/udf_example.c b/sql/udf_example.c index af625b7ebf0..ccb0cd827f2 100644 --- a/sql/udf_example.c +++ b/sql/udf_example.c @@ -300,14 +300,6 @@ char *metaphon(UDF_INIT *initid __attribute__((unused)), *is_null=1; return 0; } - else - { - /* - A check to confirm that argument length has the value it is - expected to have. - */ - assert(strlen(word) == args->lengths[0]); - } w_end=word+args->lengths[0]; org_result=result; |