Skip to content

Commit

Permalink
Update EtherCard.h (#362)
Browse files Browse the repository at this point in the history
Removed unused declarations dhcpStartTime, dhcpLeaseTime and dhcpLease
  • Loading branch information
nubok authored and njh committed Aug 9, 2019
1 parent 2ef8932 commit a5fe71f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/EtherCard.h
Original file line number Diff line number Diff line change
Expand Up @@ -350,21 +350,6 @@ class EtherCard : public Ethernet {
*/
static void DhcpStateMachine(uint16_t len);

/** @brief Not implemented
* @todo Implement dhcpStartTime or remove declaration
*/
static uint32_t dhcpStartTime ();

/** @brief Not implemented
* @todo Implement dhcpLeaseTime or remove declaration
*/
static uint32_t dhcpLeaseTime ();

/** @brief Not implemented
* @todo Implement dhcpLease or remove declaration
*/
static bool dhcpLease ();

/** @brief Configure network interface with DHCP
* @param hname The hostname to pass to the DHCP server
* @param fromRam Set true to indicate whether hname is in RAM or in program space. Default = false
Expand Down

0 comments on commit a5fe71f

Please sign in to comment.