Removed unused and empty functions

This commit is contained in:
Carlos Garces
2021-10-12 15:16:29 +02:00
parent 098afbae96
commit 1c50f4c603
13 changed files with 3 additions and 436 deletions

View File

@@ -106,15 +106,6 @@ check_positive(struct dm_struct *dm,
return false;
}
static boolean
check_negative(struct dm_struct *dm,
const u32 condition1,
const u32 condition2
)
{
return true;
}
/******************************************************************************
* agc_tab.TXT
******************************************************************************/

View File

@@ -106,15 +106,6 @@ check_positive(struct dm_struct *dm,
return false;
}
static boolean
check_negative(struct dm_struct *dm,
const u32 condition1,
const u32 condition2
)
{
return true;
}
/******************************************************************************
* mac_reg.TXT
******************************************************************************/

View File

@@ -106,15 +106,6 @@ check_positive(struct dm_struct *dm,
return false;
}
static boolean
check_negative(struct dm_struct *dm,
const u32 condition1,
const u32 condition2
)
{
return true;
}
/******************************************************************************
* radioa.TXT
******************************************************************************/