From 7bd4febfdb799cd359a380d23640654f476dadae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 May 2011 15:52:39 +0000 Subject: Strip double blank lines. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3279 a436a847-0d15-0410-975c-d299462d15a1 --- test/atom_test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/atom_test.cpp') diff --git a/test/atom_test.cpp b/test/atom_test.cpp index 5174600..66bc79e 100644 --- a/test/atom_test.cpp +++ b/test/atom_test.cpp @@ -9,7 +9,6 @@ main() static const size_t buf_size = 9; char buf[buf_size] = "atomtest"; - Atom nil_atom(); Atom int_atom(42); Atom float_atom(42.0f); -- cgit v1.2.1