summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2020-11-05 10:11:38 -0800
committerGitHub <noreply@github.com>2020-11-05 10:11:38 -0800
commit3e72b20c055bb3769cf0dfbc790e5822ad1894e7 (patch)
tree4167b1a292d1601a507793fc54cc7798ebeacc8c /src
parent09738d9c1988c7d1d00e68e222eacd94bf7b1b5a (diff)
downloadbinaryen-3e72b20c055bb3769cf0dfbc790e5822ad1894e7.tar.gz
binaryen-3e72b20c055bb3769cf0dfbc790e5822ad1894e7.tar.bz2
binaryen-3e72b20c055bb3769cf0dfbc790e5822ad1894e7.zip
Remove remaining bits of C API tracing, which has been removed (#3322)
It was removed in #2841
Diffstat (limited to 'src')
-rw-r--r--src/binaryen-c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binaryen-c.h b/src/binaryen-c.h
index c84361d0e..5b6da7699 100644
--- a/src/binaryen-c.h
+++ b/src/binaryen-c.h
@@ -25,7 +25,7 @@
// graph (CFG) as input.
//
// The final part of the API contains miscellaneous utilities like
-// debugging/tracing for the API itself.
+// debugging for the API itself.
//
// ---------------
//