Skip to content
Snippets Groups Projects
Commit cb4f2271 authored by Andrew Cooks's avatar Andrew Cooks
Browse files

add cleanup to remove unused g_ftrace variable

parent fbf6812d
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,10 @@ sed -i 's|/\*\s*.*->.*=.*;.*\*/||g' *.c *.h
sed -i 's|/\*\s*.*=.*->.*;.*\*/||g' *.c *.h
# remove unused g_ftrace variable
sed -i 's|\(.*g_ftrace.*\)||g' *.{c,h}
# Insert new cleanup steps above this comment.
# Keep Lindent as the last step.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment