Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
ponychicken committed Dec 26, 2014
1 parent af9a208 commit a9b5e73
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions RTL8168.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ const u16 RealtekR1000::rtl8168_intr_mask =
const u16 RealtekR1000::rtl8168_napi_event =
RxOK | RxDescUnavail | RxFIFOOver | TxOK | TxErr;

static const u16 evl_phy_value[] = {
0x8B56, 0x8B5F, 0x8B68, 0x8B71,
0x8B7A, 0x8A7B, 0x8A7E, 0x8A81,
0x8A84, 0x8A87
};

// Copied from rtl8168_hw_start()
void RealtekR1000::RTL8168HwStart()
{
Expand Down

0 comments on commit a9b5e73

Please sign in to comment.