Remove OCF prefix
This commit is contained in:

committed by
Wojciech Olszewski

parent
d037a858a0
commit
0cb11b0d3c
@@ -119,7 +119,7 @@ void env_allocator_destroy(env_allocator *allocator)
|
||||
if (allocator) {
|
||||
if (env_atomic_read(&allocator->count)) {
|
||||
fprintf(stderr, "Not all object deallocated\n");
|
||||
ENV_WARN(true, OCF_PREFIX_SHORT" Cleanup problem\n");
|
||||
ENV_WARN(true, "Cleanup problem\n");
|
||||
}
|
||||
|
||||
free(allocator->name);
|
||||
|
@@ -13,8 +13,6 @@
|
||||
#define __USE_GNU
|
||||
#endif
|
||||
|
||||
#define OCF_PREFIX_SHORT "OCF"
|
||||
|
||||
#include <linux/limits.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <stdint.h>
|
||||
|
Reference in New Issue
Block a user