This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 764d893cbf2 Remove unused const variables NUMBER, ZERO in 
vnumbers_tvf.cpp (#28317)
764d893cbf2 is described below

commit 764d893cbf20d7bd69ddd2492fa267f77defc4db
Author: Jack Drogon <[email protected]>
AuthorDate: Wed Dec 13 13:16:48 2023 +0800

    Remove unused const variables NUMBER, ZERO in vnumbers_tvf.cpp (#28317)
    
    Signed-off-by: Jack Drogon <[email protected]>
---
 be/src/vec/exec/data_gen_functions/vnumbers_tvf.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/be/src/vec/exec/data_gen_functions/vnumbers_tvf.cpp 
b/be/src/vec/exec/data_gen_functions/vnumbers_tvf.cpp
index 480a22d6942..4422ff0338c 100644
--- a/be/src/vec/exec/data_gen_functions/vnumbers_tvf.cpp
+++ b/be/src/vec/exec/data_gen_functions/vnumbers_tvf.cpp
@@ -37,9 +37,6 @@
 
 namespace doris::vectorized {
 
-const static std::string NUMBER = std::string {"number"};
-const static std::string ZERO = std::string {"zero"};
-
 VNumbersTVF::VNumbersTVF(TupleId tuple_id, const TupleDescriptor* tuple_desc)
         : VDataGenFunctionInf(tuple_id, tuple_desc) {}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to