Commit c8f1ca5
committed
refactor: Remove unused 'velox_memory_pool_debug_enabled' flag
The 'velox_memory_pool_debug_enabled' flag is no longer used in the
codebase. Memory pool debugging is now controlled through the
`MemoryPool::DebugOptions` struct which allows for more granular
control of debugging features per memory pool.
This change completely removes its declaration from the code.1 parent 7eaf45f commit c8f1ca5
File tree
4 files changed
+0
-11
lines changed- velox
- common/memory
- tests
- flag_definitions
4 files changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
2531 | 2530 | | |
2532 | 2531 | | |
2533 | 2532 | | |
2534 | | - | |
2535 | 2533 | | |
2536 | 2534 | | |
2537 | 2535 | | |
| |||
2717 | 2715 | | |
2718 | 2716 | | |
2719 | 2717 | | |
2720 | | - | |
2721 | 2718 | | |
2722 | 2719 | | |
2723 | 2720 | | |
| |||
2915 | 2912 | | |
2916 | 2913 | | |
2917 | 2914 | | |
2918 | | - | |
2919 | 2915 | | |
2920 | 2916 | | |
2921 | 2917 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 103 | | |
109 | 104 | | |
110 | 105 | | |
| |||
0 commit comments