diff options
author | Dwight Merriman <dwight@10gen.com> | 2010-04-23 19:32:21 -0400 |
---|---|---|
committer | Dwight Merriman <dwight@10gen.com> | 2010-04-23 19:32:21 -0400 |
commit | 1a277506821045e4edea4971cfb10931df046183 (patch) | |
tree | b7db93619ed5f85d64311ff215cf8a68077bdb2d /client | |
parent | 3f179391fb690cf9463add768456085fe6b30e78 (diff) | |
download | mongo-1a277506821045e4edea4971cfb10931df046183.tar.gz |
opread doesnt need to be a macro
Diffstat (limited to 'client')
-rw-r--r-- | client/redef_macros.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/redef_macros.h b/client/redef_macros.h index 0af9111fb01..392bf234a57 100644 --- a/client/redef_macros.h +++ b/client/redef_macros.h @@ -61,7 +61,6 @@ #pragma pop_macro("ONCE") // db/instance.h -#pragma pop_macro("OPREAD") #pragma pop_macro("OPWRITE") // stdafx.h |