Skip to content

Commit

Permalink
lj_bcwrite.c: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed May 9, 2018
1 parent c552236 commit 96e00a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lj_bcwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ static void bcwrite_proto(BCWriteCtx *ctx, GCproto *pt)
{
MSize sizedbg = 0, ofsdeclname = 0;
char *p;
const char *declname = pt->declname ? proto_declname(pt) : "";

/* Recursively write children of prototype. */
if ((pt->flags & PROTO_CHILD)) {
Expand Down

0 comments on commit 96e00a6

Please sign in to comment.