Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6fe654b authored by Mike Marshall's avatar Mike Marshall
Browse files

Orangefs: put PVFS_util_min out of its misery.

parent 88309aae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -572,7 +572,6 @@ struct dev_mask2_info_s {
};

/* pvfs2-util.h *************************************************************/
#define PVFS_util_min(x1, x2) (((x1) > (x2)) ? (x2) : (x1))
__s32 PVFS_util_translate_mode(int mode);

/* pvfs2-debug.h ************************************************************/