X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=cdb%2Freadonly.c;h=53823b8a57ca0e112c72be77aedb0083ab7bbeb0;hb=8bd326d28120a2274f13364198ef925602231be6;hp=7a3ba446439b825fa8b51c05ba62b48d486b69ff;hpb=5dca360f2da544c9b6baf9d18ad8cd0b0e073e60;p=chiark-tcl.git diff --git a/cdb/readonly.c b/cdb/readonly.c index 7a3ba44..53823b8 100644 --- a/cdb/readonly.c +++ b/cdb/readonly.c @@ -1,6 +1,6 @@ /* * cdb, cdb-wr - Tcl bindings for tinycdb and a journalling write extension - * Copyright 2006 Ian Jackson + * Copyright 2006-2012 Ian Jackson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark_tcl_cdb.h" @@ -95,9 +93,3 @@ int cht_do_cdb_lookup_hb(ClientData cd, Tcl_Interp *ip, void *ro_v, return cht_cdb_donesomelookup(ip, ro_v, def, result, data, dlen, cht_cdb_storeanswer_hb); } - -int cht_do_cdbtoplevel_cdb(ClientData cd, Tcl_Interp *ip, - const Cdb_SubCommand* subcmd, - int objc, Tcl_Obj *const *objv) { - return subcmd->func((void*)subcmd,ip,objc,objv); -}