Remove CPPCheck suppressions for unused functions, disable checking for them in the...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / CDCClassDevice.c
index 2ee84d9..f9b9a12 100644 (file)
@@ -332,7 +332,6 @@ static int CDC_Device_getchar_Blocking(FILE* Stream)
 }
 #endif
 
-// cppcheck-suppress unusedFunction
 void CDC_Device_Event_Stub(void)
 {