you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 2 years ago*

The underscore is used in production code too. It's a legitimate way to tell the compiler to discard the object because you don't intend to use the pointer/value.

  • source
  • parent