From: Uwe Hermann Date: Thu, 30 Jan 2014 16:52:44 +0000 (+0100) Subject: Drop unneeded comments. X-Git-Tag: libsigrok-0.3.0~171 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=a6c12f3f70fe301051b7de4ae144db926ebeac9c Drop unneeded comments. --- diff --git a/hardware/atten-pps3xxx/protocol.h b/hardware/atten-pps3xxx/protocol.h index 52ee98e9..1441305d 100644 --- a/hardware/atten-pps3xxx/protocol.h +++ b/hardware/atten-pps3xxx/protocol.h @@ -25,7 +25,6 @@ #include "libsigrok.h" #include "libsigrok-internal.h" -/* Message logging helpers with subsystem-specific prefix string. */ #define LOG_PREFIX "atten-pps3xxx" /* Packets to/from the device. */ diff --git a/hardware/sysclk-lwla/protocol.h b/hardware/sysclk-lwla/protocol.h index 61940be6..309a5977 100644 --- a/hardware/sysclk-lwla/protocol.h +++ b/hardware/sysclk-lwla/protocol.h @@ -20,7 +20,6 @@ #ifndef LIBSIGROK_HARDWARE_SYSCLK_LWLA_PROTOCOL_H #define LIBSIGROK_HARDWARE_SYSCLK_LWLA_PROTOCOL_H -/* Message logging helpers with subsystem-specific prefix string. */ #define LOG_PREFIX "sysclk-lwla" #include "lwla.h"