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
4992a8a8
Commit
4992a8a8
authored
Sep 16, 2008
by
Michael Beck
Browse files
removed unused var
[r22021]
parent
3fb6c756
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tv/tv.c
View file @
4992a8a8
...
...
@@ -1025,8 +1025,7 @@ tarval *tarval_neg(tarval *a) {
* addition
*/
tarval
*
tarval_add
(
tarval
*
a
,
tarval
*
b
)
{
tarval
*
res
;
char
*
buffer
;
char
*
buffer
;
assert
(
a
);
assert
(
b
);
...
...
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