Remove inappropriate comments

This commit is contained in:
Kurt Tomlinson
2021-11-20 08:53:58 -05:00
committed by Mark Liffiton
parent 7f8fe26e4f
commit 376b682dca

View File

@@ -2256,10 +2256,6 @@ int wiringPiSetup (void)
int fd ;
int model, rev, mem, maker, overVolted ;
// It's actually a fatal error to call any of the wiringPiSetup routines more than once,
// (you run out of file handles!) but I'm fed-up with the useless twats who email
// me bleating that there is a bug in my code, so screw-em.
if (wiringPiSetuped)
return 0 ;