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
e0bb4a52
Commit
e0bb4a52
authored
Dec 13, 2011
by
Matthias Braun
Browse files
remove unused+unimplemented SET_VRFY()
parent
db30faa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/adt/set.h
View file @
e0bb4a52
...
...
@@ -202,8 +202,6 @@ FIRM_API void set_break(set *set);
#define set_hinsert0(set, key, size, hash) \
((set_entry *)_set_search ((set), (key), (size), (hash), _set_hinsert0))
#define SET_VRFY(set) (void)0
#ifdef STATS
/**
* Prints statistics on a set to stdout.
...
...
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