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


##########
be/src/cloud/config.h:
##########
@@ -19,10 +19,12 @@
 
 #include "common/config.h"
 
-namespace doris {
-namespace config {
+namespace doris::config {
 
-// TODO
+DECLARE_String(cloud_unique_id);
 
-} // namespace config
-} // namespace doris
+static inline bool is_cloud_mode() {

Review Comment:
   warning: unused function 'is_cloud_mode' [clang-diagnostic-unused-function]
   ```cpp
   static inline bool is_cloud_mode() {
                      ^
   ```
   



-- 
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