Commit aa784b8
authored
fix: remove references to non-existent tracked_objects.h in platform_thread_freebsd.cc (#3223)
The tracked_objects.h header and ThreadData::InitializeThreadContext()
were part of Chromium's base library profiling subsystem, which was
never ported to brpc. The Linux (platform_thread_linux.cc) and macOS
(platform_thread_mac.mm) equivalents already had these references
removed. This causes a compile error on FreeBSD:
fatal error: 'butil/tracked_objects.h' file not found1 parent 5a2466a commit aa784b8
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
0 commit comments