You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/12 09:52:46 UTC

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #8439: [refactor] use c++ 14 deprecated instead of comment, this detect usage of deprecated var or func at compile time

yiguolei commented on code in PR #8439:
URL: https://github.com/apache/incubator-doris/pull/8439#discussion_r848231780


##########
be/src/util/monotime.h:
##########
@@ -161,8 +161,8 @@ class MonoTime {
     /// @param [in] b
     ///   The second MonoTime object to select from.
     /// @return The earliest (minimum) of the two monotimes.
-    static const MonoTime& Earliest(const MonoTime& a, const MonoTime& b)
-            ATTRIBUTE_DEPRECATED("use std::min() instead");

Review Comment:
   this file is already deleted in your another PR



-- 
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-unsubscribe@doris.apache.org

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


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