Re: [PATCH] prims: Bit-and the flags instead of using boolean operation
Holger Hans Peter Freyther <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Sep 13, 2014 at 08:25:24PM +0200, Holger Hans Peter Freyther wrote: Dear Paolo, > This was pointed out by the clang compiler. Current access can > be either 0 or 1 but I think we want to be able to pass it as > integer as well. It looks like this code has never been executed > and we might just remove the call by number. what do you think about removing it? I added an abort to the codepath and ran make check. It is not hit and I don't think external code is calling that primitive either. holger