ros perf counter dummy: fix warning about missing return

This commit is contained in:
Thomas Gubler
2015-05-02 21:46:37 +02:00
parent 2a46e0f0b6
commit 44153eeaa1
+1 -3
View File
@@ -170,7 +170,5 @@ void perf_reset_all(void)
*/
uint64_t perf_event_count(perf_counter_t handle)
{
return 0;
}