* src/utils.c: Remove non-portable __builtin_unreachable()

This commit is contained in:
Tim Rühsen 2017-04-18 13:22:25 +02:00
parent 0ec46cb109
commit 56c78c4b09

View File

@ -622,7 +622,6 @@ file_exists_p (const char *filename, file_stats_t *fstats)
errno = 0;
return false;
}
__builtin_unreachable();
/* NOTREACHED */
#endif
}