From 84ff0c322754cd0988f6217eebfaa7cf1e800238 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 27 May 2009 17:43:22 +0000 Subject: [PATCH] Remove obsolete comment. [SVN r53312] --- test/helpers/memory.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/helpers/memory.hpp b/test/helpers/memory.hpp index f4ac8a11..5dc02b70 100644 --- a/test/helpers/memory.hpp +++ b/test/helpers/memory.hpp @@ -18,11 +18,6 @@ namespace test { namespace detail { - // This annoymous namespace won't cause ODR violations as I won't - // be linking multiple translation units together. I'll probably - // move this into a cpp file before a full release, but for now it's - // the most convenient way. - struct memory_area { void const* start; void const* end;