X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=hbytes%2Fhook.c;fp=hbytes%2Fhook.c;h=7eeb4377b9ff70f73287c4d7d4c6b72c982a548d;hb=da1c2c3cbb87a600f19e250f93ef9fa4f89844fc;hp=4c742f3dcd99de2a1140c17733edd95e473384c1;hpb=82f88c53ddb84e42c770c23feb9bb0ee18341188;p=chiark-tcl.git diff --git a/hbytes/hook.c b/hbytes/hook.c index 4c742f3..7eeb437 100644 --- a/hbytes/hook.c +++ b/hbytes/hook.c @@ -266,12 +266,6 @@ int cht_do_hbytes_range(ClientData cd, Tcl_Interp *ip, return TCL_OK; } -int cht_do_hbytes_addr_map(ClientData cd, Tcl_Interp *ip, - const AddrMap_SubCommand *subcmd, - int objc, Tcl_Obj *const *objv) { - return subcmd->func(0,ip,objc,objv); -} - /* hbytes representing uint16_t's */ int cht_do_hbytes_h2ushort(ClientData cd, Tcl_Interp *ip, @@ -323,6 +317,5 @@ int Chiark_tcl_hbytes_Init(Tcl_Interp *ip) { return cht_initextension(ip, cht_hbytestoplevel_entries, &initd, &cht_hbytes_type, &cht_ulong_type, - &cht_addrmap_type, (Tcl_ObjType*)0); }