Skip to content

Commit 5185525

Browse files
committed
actually just remove undefined error as it is unused
1 parent e4c2d42 commit 5185525

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

singularity-opac/base/opac_error.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ namespace singularity {
2727
printf("%s", x); \
2828
std::exit(1)
2929
#endif
30-
#ifndef UNDEFINED_ERROR
31-
#define UNDEFINED_ERROR OPAC_ERROR("DEFINE ME\n")
32-
#endif // UNDEFINED_ERROR
3330

3431
} // namespace singularity
3532

0 commit comments

Comments
 (0)