summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils.c b/utils.c
index 0717972d..61546777 100644
--- a/utils.c
+++ b/utils.c
@@ -24,10 +24,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifndef __CHECKER__
#include <sys/ioctl.h>
#include <sys/mount.h>
-#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <uuid/uuid.h>
@@ -50,11 +48,6 @@
#include "volumes.h"
#include "ioctl.h"
-#ifdef __CHECKER__
-#define BLKGETSIZE64 0
-static inline int ioctl(int fd, int define, u64 *size) { return 0; }
-#endif
-
#ifndef BLKDISCARD
#define BLKDISCARD _IO(0x12,119)
#endif