mesh: Remove unused timing variable tx_start
authorInga Stotland <inga.stotland@intel.com>
Thu, 3 Sep 2020 19:02:05 +0000 (12:02 -0700)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Mon, 28 Dec 2020 06:20:04 +0000 (11:50 +0530)
commitdd57af8acb99220923568fb33842184d359f9934
tree39dff4bf89d8eb13e4bf4f6ef6751cc7b58f0719
parent04c2723f141e27ba56194f5c7c3b78309920ae18
mesh: Remove unused timing variable tx_start

In model.c, tx_Start is a static variable, dynamically set, but
never used. Is removed now.

Change-Id: I668c9c9c941ccc6c37a6f26c3e7994eb5765bf44
Signed-off-by: anuj.bhumiya <anuj.bhumiya@samsung.com>
mesh/model.c