From 666f5473d50ff7a0ce7828f86eb6f19670b2da37 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 27 Jun 2001 23:46:40 +0000 Subject: [PATCH] removed debugging cruft (foo() and struct bar) [SVN r10459] --- iter_named_param_test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/iter_named_param_test.cpp b/iter_named_param_test.cpp index c9f5908..b04bc5c 100644 --- a/iter_named_param_test.cpp +++ b/iter_named_param_test.cpp @@ -13,9 +13,6 @@ #include #include -class bar { }; -void foo(bar) { } - int main() {