We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b128b5 commit 463e8ebCopy full SHA for 463e8eb
1 file changed
ddprof-lib/src/main/cpp/threadFilter.h
@@ -51,7 +51,6 @@ class ThreadFilter {
51
// todo: add thread safe APIs
52
return bitmap[((u32)thread_id % BITMAP_CAPACITY) >> 6];
53
}
54
-
55
public:
56
ThreadFilter();
57
ThreadFilter(ThreadFilter &threadFilter) = delete;
0 commit comments