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
4770f94c
Commit
4770f94c
authored
May 20, 2010
by
Matthias Braun
Browse files
remove unused (and IMO unnecessary) define
[r27561]
parent
000757fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/typerep.h
View file @
4770f94c
...
...
@@ -1056,15 +1056,6 @@ int check_entity(ir_entity *ent);
*/
int
tr_vrfy
(
void
);
/**
* If NDEBUG is defined performs nothing, else calls the tr_vrfy() function.
*/
#ifdef NDEBUG
#define TR_VRFY() 0
#else
#define TR_VRFY() tr_vrfy()
#endif
/**
* @page type representation of types
*
...
...
Write
Preview
Supports
Markdown
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