Skip to content

Commit ab02aff

Browse files
committed
Remove unused variable
1 parent 6be24ea commit ab02aff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ddprof-lib/src/main/cpp/profiler.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ class Profiler {
8787
void *_timer_id;
8888

8989
u64 _total_samples;
90-
u64 _total_stack_walk_time;
91-
u64 _failures[ASGCT_FAILURE_TYPES];
90+
u64 _failures[ASGCT_FAILURE_TYPES];
9291

9392
SpinLock _class_map_lock;
9493
SpinLock _locks[CONCURRENCY_LEVEL];

0 commit comments

Comments
 (0)