Module: kamailio Branch: master Commit: 47b9c44f06102b6dc26eb3ac06e49c63bfe6849b URL: https://github.com/kamailio/kamailio/commit/47b9c44f06102b6dc26eb3ac06e49c63...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2018-12-26T21:13:46+01:00
core: remove the empty mem.c and shm_mem.c files, after change in 63cc0c1df1013
---
Removed: src/core/mem/mem.c Removed: src/core/mem/shm_mem.c
---
Diff: https://github.com/kamailio/kamailio/commit/47b9c44f06102b6dc26eb3ac06e49c63... Patch: https://github.com/kamailio/kamailio/commit/47b9c44f06102b6dc26eb3ac06e49c63...
---
diff --git a/src/core/mem/mem.c b/src/core/mem/mem.c deleted file mode 100644 index 9af7e5052a..0000000000 --- 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 <stdio.h> -#include <stdlib.h> -#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 a94b79889e..0000000000 --- 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 - */ - -