Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
c5607ea5
Commit
c5607ea5
authored
Jan 26, 2014
by
Christoph Mallon
Browse files
Remove redundant check.
parent
880fc0e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/debug/debugger.c
View file @
c5607ea5
...
...
@@ -894,8 +894,7 @@ static void get_text(void)
++
len
;
c
=
next_char
();
}
if
(
c
!=
'\0'
)
unput
();
unput
();
lexer
.
s
=
begin
;
lexer
.
len
=
len
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment