github-actions[bot] commented on code in PR #44009:
URL: https://github.com/apache/doris/pull/44009#discussion_r1843177000


##########
be/src/service/doris_main.cpp:
##########
@@ -82,6 +82,7 @@ int __llvm_profile_write_file();
 
 namespace doris {
 extern bool k_doris_exit;
+extern bool k_doris_start;

Review Comment:
   warning: redundant 'k_doris_start' declaration 
[readability-redundant-declaration]
   
   ```suggestion
   
   ```
   <details>
   <summary>Additional context</summary>
   
   **be/src/runtime/thread_context.h:102:** previously declared here
   ```cpp
   extern bool k_doris_start;
               ^
   ```
   
   </details>
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to