[USB-BRINGUP]
[reactos.git] / lib / drivers / hidparser / api.c
index 6adeab0..b75dd15 100644 (file)
@@ -101,7 +101,6 @@ HidParser_GetReportByType(
 {
     PHID_PARSER_CONTEXT ParserContext;
     ULONG Index;
-    //ULONG ReportCount = 0;
 
     //
     // get parser context
@@ -863,7 +862,6 @@ HidParser_GetScaledUsageValueWithReport(
     PHID_PARSER_CONTEXT ParserContext;
     ULONG Index;
     PHID_REPORT Report;
-    //ULONG ItemCount = 0;
     USHORT CurrentUsagePage;
     PHID_REPORT_ITEM ReportItem;
     ULONG Data;