From b7d4065648b75180bf2fc7cc5f35eb9244265c63 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 1 Apr 2018 04:31:56 +0700 Subject: [PATCH] ussd.h: cosmetic: remove useless comment We usually put comments for functions in *.c files, while header files are usually plain listings of the API without comments. Change-Id: I6b0d1d9e1a1b1ffb71cb9905e74f6fad2333bb65 --- include/osmocom/msc/ussd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/osmocom/msc/ussd.h b/include/osmocom/msc/ussd.h index 266546811..84a3d6aa8 100644 --- a/include/osmocom/msc/ussd.h +++ b/include/osmocom/msc/ussd.h @@ -1,8 +1,6 @@ #ifndef _USSD_H #define _USSD_H -/* Handler function for mobile-originated USSD messages */ - #include int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);