summaryrefslogtreecommitdiffstats
path: root/test/maid_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-16 21:27:10 +0200
committerDavid Robillard <d@drobilla.net>2018-09-16 21:43:06 +0200
commite911351fcc631cd511bfdac93687669028136f79 (patch)
treee907f67a2ba0389ae3875d12559871011a4ed477 /test/maid_test.cpp
parent5410d3630672d5e7adf93253240168eebb692e75 (diff)
downloadraul-e911351fcc631cd511bfdac93687669028136f79.tar.gz
raul-e911351fcc631cd511bfdac93687669028136f79.tar.bz2
raul-e911351fcc631cd511bfdac93687669028136f79.zip
Remove unused main parameters
Diffstat (limited to 'test/maid_test.cpp')
-rw-r--r--test/maid_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maid_test.cpp b/test/maid_test.cpp
index a692c1d..ba4086a 100644
--- a/test/maid_test.cpp
+++ b/test/maid_test.cpp
@@ -119,7 +119,7 @@ test()
}
int
-main(int argc, char** argv)
+main()
{
assert(n_junk == 0);
test();