From 47b9c44f06102b6dc26eb3ac06e49c63bfe6849b Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Wed, 26 Dec 2018 21:13:46 +0100 Subject: [PATCH] core: remove the empty mem.c and shm_mem.c files, after change in 63cc0c1df1013 --- src/core/mem/mem.c | 41 ----------------------------------------- src/core/mem/shm_mem.c | 25 ------------------------- 2 files changed, 66 deletions(-) delete mode 100644 src/core/mem/mem.c delete mode 100644 src/core/mem/shm_mem.c diff --git a/src/core/mem/mem.c b/src/core/mem/mem.c deleted file mode 100644 index 9af7e5052a5..00000000000 --- a/src/core/mem/mem.c +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Copyright (C) 2001-2003 FhG Fokus - * - * This file is part of Kamailio, a free SIP server. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * - */ - -/** - * \file - * \brief Main definitions for memory manager - * - * Main definitions for memory manager, like malloc, free and realloc - * \ingroup mem - */ - - -#include -#include -#include "../config.h" -#include "../dprint.h" -#include "../globals.h" -#include "mem.h" - -#ifdef PKG_MALLOC -#include "q_malloc.h" -#endif - -#include "shm_mem.h" diff --git a/src/core/mem/shm_mem.c b/src/core/mem/shm_mem.c deleted file mode 100644 index a94b79889e6..00000000000 --- a/src/core/mem/shm_mem.c +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (C) 2001-2003 FhG Fokus - * - * This file is part of Kamailio, a free SIP server. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -/** - * \file - * \brief Shared memory functions - * \ingroup mem - */ - -