Remove obsolete macro
It is already in half_edge.c and since it refers to a static function it has no place here.
This commit is contained in:
parent
aaa485f072
commit
242af84c99
@ -34,18 +34,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fault intolerant macro. Will abort the program if the called
|
|
||||||
* function failed.
|
|
||||||
*/
|
|
||||||
#define GET_ALL_EMANATING_EDGES(...) \
|
|
||||||
{ \
|
|
||||||
if (!get_all_emanating_edges(__VA_ARGS__)) { \
|
|
||||||
fprintf(stderr, "Failure in get_all_emanating_edges()!\n"); \
|
|
||||||
abort(); \
|
|
||||||
} \
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fault intolerant macro. Will abort the program if the called
|
* Fault intolerant macro. Will abort the program if the called
|
||||||
* function failed.
|
* function failed.
|
||||||
|
Loading…
Reference in New Issue
Block a user