]> Zhao Yanbai Git Server - minix.git/commitdiff
fs/mfs: Remove a few assert.h includes 10/3510/1
authorNik Nyby <nikolas@gnu.org>
Tue, 9 Jan 2018 01:36:48 +0000 (20:36 -0500)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Fri, 23 Mar 2018 06:36:59 +0000 (07:36 +0100)
Those are unnecessary.

Closes #241

Change-Id: I26db0f07c65e7d078e642001b97e6d4313e6660a

minix/fs/mfs/misc.c
minix/fs/mfs/stadir.c

index 99f54ff266d16ba6d2c5f940d0b74fd5bdfc9fa1..2583681b0fe3677c443efe325001d56c6d2442ee 100644 (file)
@@ -1,7 +1,6 @@
 #include "fs.h"
 #include "inode.h"
 #include "clean.h"
-#include <assert.h>
 
 /*===========================================================================*
  *                             fs_sync                                      *
index 8a429fb2d2390ca348145eb8e6a4bb7a240046e1..a8dba66a81128cc898113882e6a92d103e4d6a28 100644 (file)
@@ -1,6 +1,5 @@
 #include "fs.h"
 #include <string.h>
-#include <assert.h>
 #include <sys/stat.h>
 #include <sys/statvfs.h>
 #include "inode.h"