nilfs2: remove module version

A MODULE_VERSION() macro has been used in out-of-tree nilfs modules,
but it's needless and not updated in tree.  So, this removes it along
with the version declaration.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
This commit is contained in:
Ryusuke Konishi
2009-03-27 10:49:11 +09:00
parent c2698e50e3
commit e7a7402c0d
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -34,11 +34,6 @@
#include "bmap.h"
#include "bmap_union.h"
/*
* NILFS filesystem version
*/
#define NILFS_VERSION "2.0.5"
/*
* nilfs inode data in memory
*/