Remove CPPCheck suppressions for unused functions, disable checking for them in the...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / CDCClassHost.c
index ea8cb84..2bf9943 100644 (file)
@@ -468,7 +468,6 @@ static int CDC_Host_getchar_Blocking(FILE* Stream)
 }
 #endif
 
-// cppcheck-suppress unusedFunction
 void CDC_Host_Event_Stub(void)
 {