xfstests: remove unsupported conditionals
[xfstests-dev.git] / lib / str_to_bytes.c
index 011eaafa6c0ec285a288ef8795ea535dc350c8e9..c0d7d974b731db93abb211af9efa4e4bb297aa21 100644 (file)
  *
  ****************************************************************************/
 
-#if CRAY
-#define B_MULT BSIZE           /* block size */
-#elif sgi
-#define B_MULT BBSIZE          /* block size */
-#elif linux
+#if linux
 #define B_MULT DEV_BSIZE       /* block size */
 #endif