Move rbtree into lib/
[fio.git] / gfio.h
diff --git a/gfio.h b/gfio.h
index dd4ee3d8833f2c4745b31f15104941ef4893dfec..71b2db74cdf8bfdfe7580ba6bc862acfa39556d6 100644 (file)
--- a/gfio.h
+++ b/gfio.h
@@ -144,8 +144,6 @@ struct gfio_client {
        unsigned int nr_du;
 };
 
-#define ARRAYSIZE(x) (sizeof((x)) / (sizeof((x)[0])))
-
 #define GFIO_MIME      "text/fio"
 
 extern void gfio_view_log(struct gui *ui);