Yes you can actually delete those lines. But the more effective way would be commenting those. Means let those lines be there (since you can need them in future) but still make them uncounted.
All you gotta do is to add /* at the start and */ at the end of the line and you have to do it for both the lines. That should do it... :)