Skip to content

Commit 96bca68

Browse files
committed
LocalIP: remove useless code
1 parent bbf31c1 commit 96bca68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fastfetch.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ typedef enum FFLocalIpType
9494
FF_LOCALIP_TYPE_IPV4_BIT = 1 << 1,
9595
FF_LOCALIP_TYPE_IPV6_BIT = 1 << 2,
9696
FF_LOCALIP_TYPE_MAC_BIT = 1 << 3,
97-
FF_LOCALIP_TYPE_TYPE_BIT = 1 << 4,
9897

9998
FF_LOCALIP_TYPE_COMPACT_BIT = 1 << 10,
10099
} FFLocalIpType;

0 commit comments

Comments
 (0)