removed debugging cruft (foo() and struct bar)

[SVN r10459]
This commit is contained in:
Jeremy Siek
2001-06-27 23:46:40 +00:00
parent 9a69a25fe8
commit 666f5473d5

View File

@ -13,9 +13,6 @@
#include <boost/pending/iterator_tests.hpp>
#include <boost/static_assert.hpp>
class bar { };
void foo(bar) { }
int
main()
{