ext4: remove unused definition for MAX_32_NUM

MAX_32_NUM isn't used in ext4

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
Fabian Frederick 2016-09-15 11:58:47 -04:00 committed by Theodore Ts'o
parent 518eaa6387
commit be32197cd6
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
#include "ext4_jbd2.h"
#include "ext4.h"
#define MAX_32_NUM ((((unsigned long long) 1) << 32) - 1)
/**
* Swap memory between @a and @b for @len bytes.
*