X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Finclude%2Fcolor.h;fp=src%2Fceph%2Fsrc%2Finclude%2Fcolor.h;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=6c8df40e0874585b958d1113a926e2af8f0b40d5;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/include/color.h b/src/ceph/src/include/color.h deleted file mode 100644 index 6c8df40..0000000 --- a/src/ceph/src/include/color.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef CEPH_COLOR_H -#define CEPH_COLOR_H - -#define TEXT_NORMAL "\033[0m" -/*#define TEXT_HAZARD "\033[5;31m"*/ -#define TEXT_RED "\033[0;31m" -#define TEXT_GREEN "\033[0;32m" -#define TEXT_YELLOW "\033[0;33m" -#define TEXT_BLUE "\033[0;34m" -#define TEXT_MAGENTA "\033[0;35m" -#define TEXT_CYAN "\033[0;36m" - -#endif