mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 17:17:23 +08:00
Removed unused variables.
This commit is contained in:
@@ -359,7 +359,6 @@ void cyclic_task(unsigned long data)
|
||||
|
||||
void request_lock_callback(void *cb_data)
|
||||
{
|
||||
ec_master_t *m = (ec_master_t *) cb_data;
|
||||
down(&master_sem);
|
||||
}
|
||||
|
||||
@@ -367,7 +366,6 @@ void request_lock_callback(void *cb_data)
|
||||
|
||||
void release_lock_callback(void *cb_data)
|
||||
{
|
||||
ec_master_t *m = (ec_master_t *) cb_data;
|
||||
up(&master_sem);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user