Remove obsolete comment.

[SVN r53312]
This commit is contained in:
Daniel James
2009-05-27 17:43:22 +00:00
parent 35a3894a88
commit 84ff0c3227

View File

@ -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;