Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PPSi
Manage
Activity
Members
Labels
Plan
Issues
55
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
PPSi
Commits
6eb9e1bd
Commit
6eb9e1bd
authored
10 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
trivial: remove legacy VERB_LOG_MSGS, unused since ages
Signed-off-by:
Alessandro Rubini
<
rubini@gnudd.com
>
parent
00fb911b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+0
-3
0 additions, 3 deletions
Makefile
diag.c
+1
-5
1 addition, 5 deletions
diag.c
with
1 addition
and
8 deletions
Makefile
+
0
−
3
View file @
6eb9e1bd
...
...
@@ -17,9 +17,6 @@ ifeq ($(ARCH),)
ARCH
=
unix
endif
# Also, you can set USER_CFLAGS, like this (or on the command line)
# USER_CFLAGS = -DVERB_LOG_MSGS
#### In theory, users should not change stuff below this line (but please read)
# classic cross-compilation tool-set
...
...
This diff is collapsed.
Click to expand it.
diag.c
+
1
−
5
View file @
6eb9e1bd
...
...
@@ -58,11 +58,7 @@ void __pp_diag(struct pp_instance *ppi, enum pp_diag_things th,
unsigned
long
pp_diag_parse
(
char
*
diaglevel
)
{
unsigned
long
res
=
0
;
int
i
=
28
;
#ifdef VERB_LOG_MSGS
/* compatible with older way: this enables all */
return
~
0xf
;
#endif
int
i
=
28
;
/* number of bits to shift the nibble: 28..31 is first */
while
(
*
diaglevel
&&
i
>=
4
)
{
if
(
*
diaglevel
<
'0'
||
*
diaglevel
>
'3'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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