Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / base / Measure.h
index 29293d1..8c2806b 100644 (file)
@@ -90,18 +90,6 @@ namespace zypp
        * Timer keeps on running.
       */
       void elapsed() const;
-      /** \overload Tagging the time with some text
-       * \code
-       * elapsed( "after action foo..." );
-       * \endcode
-       */
-      void elapsed( const std::string & tag_r ) const;
-      /** \overload Tagging the time with e.g. a line number
-       * \code
-       * elapsed( __LINE__ );
-       * \endcode
-       */
-      void elapsed( long tag_r ) const;
 
       /** Stop a running timer. */
       void stop();