diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2013-03-14 21:47:46 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2013-03-14 21:47:46 +1100 |
commit | d7e8d6316ce66af8913133bc478ad1d8d10430f9 (patch) | |
tree | 37daa87bb1fc0ce85e78ce417fe5a19e28fce7b2 /src/include/error.h | |
parent | 5eed043cdb8a2f7c35d1a94b7e40271be5f98e43 (diff) | |
download | mongo-d7e8d6316ce66af8913133bc478ad1d8d10430f9.tar.gz |
Cleanup due to s_all
Diffstat (limited to 'src/include/error.h')
-rw-r--r-- | src/include/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/error.h b/src/include/error.h index 136eae72eb1..58d9edfccde 100644 --- a/src/include/error.h +++ b/src/include/error.h @@ -107,5 +107,5 @@ __wt_assert(session, 0, __FILE__, __LINE__, "%s", #exp);\ } while (0) #else -#define WT_ASSERT(session, exp) +#define WT_ASSERT(session, exp) #endif |