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
8790bb34
Commit
8790bb34
authored
Jan 05, 2013
by
Christoph Mallon
Browse files
cleanup: Remove pointless assert().
parent
11a8a515
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tv/tv_t.h
View file @
8790bb34
...
...
@@ -14,8 +14,6 @@
#define FIRM_TV_TV_T_H
#include "firm_common.h"
#include <assert.h>
#include "irmode.h"
#include "tv.h"
...
...
@@ -69,7 +67,6 @@ struct ir_tarval {
*/
static
inline
ir_mode
*
_get_tarval_mode
(
const
ir_tarval
*
tv
)
{
assert
(
tv
);
return
tv
->
mode
;
}
...
...
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