X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=include%2Fcommon.h;h=c644bb5631f0ab480c0e756f62bb53aa4118f4dd;hp=a4fc7e3c0e27459d777821cfe59411e2b97c56a8;hb=a03cf3b0c40e6c3b8b4877b49a64288cb3fcb919;hpb=e592519ef19f890e551c27f47ef8b773bb4860da diff --git a/include/common.h b/include/common.h index a4fc7e3..c644bb5 100644 --- a/include/common.h +++ b/include/common.h @@ -11,10 +11,6 @@ #include #include -#define malloc "DON'T USE MALLOC" // use nbd_malloc() instead -#define calloc "DON'T USE CALLOC" // use nbd_malloc() instead -#define free "DON'T USE FREE" // use nbd_free() instead - #define MAX_NUM_THREADS 4 // make this whatever you want, but make it a power of 2 #define CACHE_LINE_SIZE 64