Skip to content

Commit

Permalink
dict: unused variable removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Dec 30, 2016
1 parent 7ff7cdc commit b5b5b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generic/tclDictObj.c
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,6 @@ DictSmartRefCmd(
Tcl_Obj *const *objv)
{
Tcl_Obj *result;
Dict *dict;

if (objc != 2) {
Tcl_WrongNumArgs(interp, 1, objv, "dictionary");
Expand Down

0 comments on commit b5b5b73

Please sign in to comment.