diff options
| author | 刘畅 <[email protected]> | 2023-06-05 02:20:36 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-06-05 02:20:36 +0000 |
| commit | 038fb1788f3680a04f29c718f17c6cecc41449a2 (patch) | |
| tree | ca887b4a07c755b99e6c5df7bad6830b3a6fe243 /shaping/src/shaper_global_stat.cpp | |
| parent | 4e63a3a5cd61c1ff579864b03324163e26e1b515 (diff) | |
| parent | 49b1128205177576fcb000474c6283184bbc44d1 (diff) | |
Merge branch 'bugfix-remove-borrow-latency' into 'rel'v1.2.1
don't calculate latency for borrow profile
See merge request tango/shaping-engine!25
Diffstat (limited to 'shaping/src/shaper_global_stat.cpp')
| -rw-r--r-- | shaping/src/shaper_global_stat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shaping/src/shaper_global_stat.cpp b/shaping/src/shaper_global_stat.cpp index 75dbc8b..11f44e1 100644 --- a/shaping/src/shaper_global_stat.cpp +++ b/shaping/src/shaper_global_stat.cpp @@ -60,7 +60,6 @@ struct shaping_global_stat* shaper_global_stat_init() { struct shaping_global_stat *stat = NULL; struct shaping_global_stat_conf conf; - int column_num; stat = (struct shaping_global_stat*)calloc(1, sizeof(struct shaping_global_stat)); |
