diff options
author | Luke Chen <luke.chen@mongodb.com> | 2022-01-14 15:04:16 +1100 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-01-14 04:29:57 +0000 |
commit | 84a9bfd98df36593083faa0b691e1553247025e3 (patch) | |
tree | cfdd52fb6e891b49fc1166a272d253ce506d34e9 /src/third_party/wiredtiger/test/thread | |
parent | a1c1d800daca43a4f85f85b2bf9422beae0d9c66 (diff) | |
download | mongo-84a9bfd98df36593083faa0b691e1553247025e3.tar.gz |
Import wiredtiger: 25ba1c8550f8139048055891e8cfeba116df824a from branch mongodb-master
ref: 5b33a85756..25ba1c8550
for: 5.3.0
WT-8650 Fix malformed comments in all source files
Diffstat (limited to 'src/third_party/wiredtiger/test/thread')
-rw-r--r-- | src/third_party/wiredtiger/test/thread/stats.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/test/thread/stats.c b/src/third_party/wiredtiger/test/thread/stats.c index b1c8fc8473c..731ce5c76f9 100644 --- a/src/third_party/wiredtiger/test/thread/stats.c +++ b/src/third_party/wiredtiger/test/thread/stats.c @@ -29,12 +29,8 @@ #include "thread.h" /* - * stats - * Dump the database/file statistics. - */ -/* * stats -- - * TODO: Add a comment describing this function. + * Dump the database/file statistics. */ void stats(void) |