Skip to content

Commit

Permalink
remove ARRAY_SIZE macro
Browse files Browse the repository at this point in the history
  • Loading branch information
M1cha committed Nov 1, 2016
1 parent 891a146 commit 3e558f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions filesystems/filesystems.c
@@ -1,7 +1,5 @@
#include "LKL.h"

#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))

CONST FS_IDINFO* FsIdInfos[] = {
&IdInfoExt,
&IdInfoNTFS,
Expand Down

0 comments on commit 3e558f6

Please sign in to comment.