Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years agoUnused variablessh.itjust.worksimagemessage-square59linkfedilinkarrow-up1907
arrow-up1907imageUnused variablessh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years agomessage-square59linkfedilink
minus-squarekevincox@lemmy.mllinkfedilinkarrow-up4·2 years agoLike actually deletes them from the working copy? Or just removes them in the code sent to the compiler but they still appear in the editor?
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up18·2 years agoYeah IIRC it deletes them, which is as mad as you would expect. Maybe they’ve fixed that since I used it last which was some years ago.
Like actually deletes them from the working copy? Or just removes them in the code sent to the compiler but they still appear in the editor?
Yeah IIRC it deletes them, which is as mad as you would expect. Maybe they’ve fixed that since I used it last which was some years ago.
Bruh that’s insane