summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/trxcon.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-07-27 08:57:13 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commitb30031356cc6d4950b56bfd77060b0b1c3465a55 (patch)
tree4f0a478dd79776509c047557386feb425b34afe4 /src/host/trxcon/trxcon.h
parent10fd43e586231a3f9e1095ece1340a023aef4b19 (diff)
host/trxcon: get rid of useless trxcon fsm events
Both SCH_EVENT_CLCK_IND and SCH_EVENT_CLCK_LOSS were not handled, moreover there is no purpose to keep them. Change-Id: I8efac459a40f4287e3325890809991d5ef46e9b1
Diffstat (limited to 'src/host/trxcon/trxcon.h')
-rw-r--r--src/host/trxcon/trxcon.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/host/trxcon/trxcon.h b/src/host/trxcon/trxcon.h
index 17d34089..1ab3a14b 100644
--- a/src/host/trxcon/trxcon.h
+++ b/src/host/trxcon/trxcon.h
@@ -19,8 +19,4 @@ enum trxcon_fsm_events {
TRX_EVENT_RESET_IND,
TRX_EVENT_RSP_ERROR,
TRX_EVENT_OFFLINE,
-
- /* Scheduler specific events */
- SCH_EVENT_CLCK_IND,
- SCH_EVENT_CLCK_LOSS,
};