diff --git a/src/half_edge.h b/src/half_edge.h index b5e2921..aa9530f 100644 --- a/src/half_edge.h +++ b/src/half_edge.h @@ -34,18 +34,6 @@ #include -/** - * 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 * function failed.