diff options
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index f070755310..ed819789e4 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -23,7 +23,6 @@ const char buffers_c_id[] = #endif //#define PARANOIA -//#define NOINLINE #ifdef PARANOIA /** Helper: If PARANOIA is defined, assert that the buffer in local variable @@ -33,11 +32,6 @@ const char buffers_c_id[] = #define check() STMT_NIL #endif -#ifdef NOINLINE -#undef INLINE -#define INLINE -#endif - /* Implementation notes: * * After flirting with memmove, and dallying with ring-buffers, we're finally |