Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
1fffd731
Commit
1fffd731
authored
8 years ago
by
Beat Küng
Committed by
Lorenz Meier
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
print_load_posix under DARWIN: remove unused variable basic_info (#5364)
parent
79678c5f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/systemlib/print_load_posix.c
+0
-3
0 additions, 3 deletions
src/modules/systemlib/print_load_posix.c
with
0 additions
and
3 deletions
src/modules/systemlib/print_load_posix.c
+
0
−
3
View file @
1fffd731
...
...
@@ -114,7 +114,6 @@ void print_load(uint64_t t, int fd, struct print_load_s *print_state)
return
;
}
task_basic_info_t
basic_info
;
thread_array_t
thread_list
;
mach_msg_type_number_t
th_cnt
;
...
...
@@ -124,8 +123,6 @@ void print_load(uint64_t t, int fd, struct print_load_s *print_state)
thread_basic_info_t
basic_info_th
;
uint32_t
stat_thread
=
0
;
basic_info
=
(
task_basic_info_t
)
tinfo
;
// get all threads of the PX4 main task
kr
=
task_threads
(
task_handle
,
&
thread_list
,
&
th_cnt
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment