From 5076d782af79be07b882b5928f17e92f0a3ad5f1 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 29 May 2003 22:31:56 +0000 Subject: [PATCH] Removed needless diagnostic [SVN r1290] --- test/iterator_adaptor_test.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/iterator_adaptor_test.cpp b/test/iterator_adaptor_test.cpp index dcb04b5..727f12b 100644 --- a/test/iterator_adaptor_test.cpp +++ b/test/iterator_adaptor_test.cpp @@ -155,8 +155,6 @@ public: in_iterator(boost::input_iterator_archetype d) : super_t(d) { } }; -template struct undefined; - int main() { @@ -199,8 +197,6 @@ main() BOOST_STATIC_ASSERT((boost::is_same::value)); - undefined un; - #if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551)) // Borland has known problems with const BOOST_STATIC_ASSERT((boost::is_same::value));