remove the Et_AppInit() function from tclsqlite (CVS 161)
FossilOrigin-Name: 8eee153078b27b56c6da7d0b7a3df25985ed051f
diff --git a/src/tclsqlite.c b/src/tclsqlite.c
index 25f4086..353931a 100644
--- a/src/tclsqlite.c
+++ b/src/tclsqlite.c
@@ -23,7 +23,7 @@
*************************************************************************
** A TCL Interface to SQLite
**
-** $Id: tclsqlite.c,v 1.11 2000/10/11 19:28:52 drh Exp $
+** $Id: tclsqlite.c,v 1.12 2000/10/19 14:59:27 drh Exp $
*/
#ifndef NO_TCL /* Omit this whole file if TCL is unavailable */
@@ -380,6 +380,7 @@
return TCL_OK;
}
+#if 0
/*
** If compiled using mktclapp, this routine runs to initialize
** everything.
@@ -387,6 +388,7 @@
int Et_AppInit(Tcl_Interp *interp){
return Sqlite_Init(interp);
}
+#endif
/*
** If the macro TCLSH is defined and is one, then put in code for the