diff options
author | David Robillard <d@drobilla.net> | 2018-09-16 21:27:10 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-16 21:43:06 +0200 |
commit | e911351fcc631cd511bfdac93687669028136f79 (patch) | |
tree | e907f67a2ba0389ae3875d12559871011a4ed477 /test/double_buffer_test.cpp | |
parent | 5410d3630672d5e7adf93253240168eebb692e75 (diff) | |
download | raul-e911351fcc631cd511bfdac93687669028136f79.tar.gz raul-e911351fcc631cd511bfdac93687669028136f79.tar.bz2 raul-e911351fcc631cd511bfdac93687669028136f79.zip |
Remove unused main parameters
Diffstat (limited to 'test/double_buffer_test.cpp')
-rw-r--r-- | test/double_buffer_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/double_buffer_test.cpp b/test/double_buffer_test.cpp index 5148f88..1717d0e 100644 --- a/test/double_buffer_test.cpp +++ b/test/double_buffer_test.cpp @@ -17,7 +17,7 @@ #include "raul/DoubleBuffer.hpp" int -main(int argc, char** argv) +main() { Raul::DoubleBuffer<int> db(0); |