Re: [Chicken-hackers] [PATCH] * runtime.c (C_delete_symbol_table): Remove dead code

2019-04-06 Thread Evan Hanson
Applied, thanks all. Evan ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Re: [Chicken-hackers] [PATCH] * runtime.c (C_delete_symbol_table): Remove dead code

2019-04-05 Thread Peter Bex
On Mon, Apr 01, 2019 at 03:56:19PM +0200, felix.winkelm...@bevuta.com wrote: > > Hi! > > > > Here's a small one. > > > > I think the original code is wrong (as this function is never used it > didn't crash so far). We should probably remove this altogether. Here's a patch to do exactly that.

[Chicken-hackers] [PATCH] * runtime.c (C_delete_symbol_table): Remove dead code

2019-04-01 Thread felix . winkelmann
> Hi! > > Here's a small one. > I think the original code is wrong (as this function is never used it didn't crash so far). We should probably remove this altogether. felix ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org

[Chicken-hackers] [PATCH] * runtime.c (C_delete_symbol_table): Remove dead code

2019-04-01 Thread megane
Hi! Here's a small one. >From b0bd69d84ca7825a23a878160b65e0fa29c2e18c Mon Sep 17 00:00:00 2001 From: megane Date: Sun, 24 Mar 2019 10:22:08 +0200 Subject: [PATCH] * runtime.c (C_delete_symbol_table): Remove dead code Variable prev is never assigned to. Therefore only the false branch is ever