Add support for loadable profiles
[fio.git] / profiles.h
diff --git a/profiles.h b/profiles.h
deleted file mode 100644 (file)
index 8203a46..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef FIO_PROFILE_H
-#define FIO_PROFILE_H
-
-enum {
-       PROFILE_NONE            = 0,
-       PROFILE_TIOBENCH        = 1,
-       PROFILE_END             = 2,
-};
-
-#endif