11.02.2018, 15:02
stock simple removes the variable / function from your code if not used at compilation, it could lead to useless code fragments in your code because the unused warning doesn't appear
a public variable / function instead is always included in your code even if not directly used, it also needs space in the header (it stores the address and the name)
a public variable / function instead is always included in your code even if not directly used, it also needs space in the header (it stores the address and the name)