Skip to content
Snippets Groups Projects
Commit 6929d41d authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

remove dead code

parent 7b70ac52
No related branches found
No related tags found
No related merge requests found
......@@ -71,12 +71,6 @@ extern "C" {
void *__dso_handle;
void ignore_debug_write(const char *msg)
{
}
void (*debug_write)(const char *msg) = ignore_debug_write; //replace w/ 'debug'
#define WARN(msg) do { \
static bool _x; \
if (!_x) { \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment