You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2020/10/07 06:02:30 UTC

[incubator-tvm] 02/05: Kill dead doc comment

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

jroesch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git

commit 7ae6990c5bba3f95f148f93f4a2db84f39baf204
Author: Jared Roesch <ro...@gmail.com>
AuthorDate: Mon Oct 5 13:58:28 2020 -0700

    Kill dead doc comment
---
 include/tvm/ir/diagnostic.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/include/tvm/ir/diagnostic.h b/include/tvm/ir/diagnostic.h
index e6a7232..6b98074 100644
--- a/include/tvm/ir/diagnostic.h
+++ b/include/tvm/ir/diagnostic.h
@@ -129,17 +129,6 @@ class Diagnostic : public ObjectRef {
 
 /*!
  * \brief A wrapper around std::stringstream to build a diagnostic.
- *
- * \code
- *
- * void ReportError(const Error& err);
- *
- * void Test(int number) {
- *   // Use error reporter to construct an error.
- *   ReportError(ErrorBuilder() << "This is an error number=" << number);
- * }
- *
- * \endcode
  */
 class DiagnosticBuilder {
  public: