diff options
Diffstat (limited to 'test/atom_test.cpp')
-rw-r--r-- | test/atom_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |