Skip to content

Commit b2559b7

Browse files
committed
tests: Remove an unnecessary semicolon
1 parent 959beb1 commit b2559b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void test_connected_multiple_signal_emit()
7272
emitter.connect(mem_fun(foobar5, &foo::bar));
7373

7474
std::cout << "elapsed time for " << COUNT << " emissions (5 slots):" << std::endl;
75-
boost::timer::auto_cpu_timer timer;;
75+
boost::timer::auto_cpu_timer timer;
7676

7777
for (int i=0; i < COUNT; ++i)
7878
emitter(i);

0 commit comments

Comments
 (0)