summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-29 21:02:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-29 21:02:30 (GMT)
commitf59ed66aa0377383e55af5a7a55adde90f5220b1 (patch)
tree7e246dab2e6d6cb96bbcbf214961b406aef3ba18 /generic/tclCkalloc.c
parent7592daa03ddb6f5d6b6881b06f2485f5cb07cbe5 (diff)
downloadtcl-f59ed66aa0377383e55af5a7a55adde90f5220b1.zip
tcl-f59ed66aa0377383e55af5a7a55adde90f5220b1.tar.gz
tcl-f59ed66aa0377383e55af5a7a55adde90f5220b1.tar.bz2
Function prototypes are not always needed/useful
Diffstat (limited to 'generic/tclCkalloc.c')
-rw-r--r--generic/tclCkalloc.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/generic/tclCkalloc.c b/generic/tclCkalloc.c
index 18a6400..0ad2c46 100644
--- a/generic/tclCkalloc.c
+++ b/generic/tclCkalloc.c
@@ -128,19 +128,6 @@ static Tcl_Mutex *ckallocMutexPtr;
static int ckallocInit = 0;
/*
- * Prototypes for procedures defined in this file:
- */
-
-static int CheckmemCmd(void *clientData,
- Tcl_Interp *interp, int objc,
- Tcl_Obj *const objv[]);
-static int MemoryCmd(void *clientData,
- Tcl_Interp *interp, int objc,
- Tcl_Obj *const objv[]);
-static void ValidateMemory(struct mem_header *memHeaderP,
- const char *file, int line, int nukeGuards);
-
-/*
*----------------------------------------------------------------------
*
* TclInitDbCkalloc --
@@ -980,10 +967,6 @@ MemoryCmd(
*
*----------------------------------------------------------------------
*/
-static int CheckmemCmd(void *clientData,
- Tcl_Interp *interp, int objc,
- Tcl_Obj *const objv[]);
-
static int
CheckmemCmd(
TCL_UNUSED(void *),