Skip to content

Commit

Permalink
scanner: Remove unused BASENAME() macro.
Browse files Browse the repository at this point in the history
(Simply forgot to do so in commit fb731ac)
  • Loading branch information
Explorer09 authored and westes committed Nov 3, 2017
1 parent 661d603 commit 3c0f34c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flexdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
#include <setjmp.h>
#include <ctype.h>
#include <string.h>
#define BASENAME(p) strrchr(p, '/') ? strrchr(p, '/') + 1 : strrchr(p, '\\') ? strrchr(p, '\\') + 1 : p
#include <math.h>

#ifdef HAVE_ASSERT_H
Expand Down

0 comments on commit 3c0f34c

Please sign in to comment.