Browse Source

malloc sucks, you know?

Ali H. Fardan 9 years ago
parent
commit
bc38677f47
1 changed files with 0 additions and 6 deletions
  1. 0 6
      slstatus.c

+ 0 - 6
slstatus.c

@@ -119,12 +119,6 @@ battery_state(const char *battery)
 	char state[12]; 
 	FILE *fp;
 
-	if (!state) {
-		warn("Failed to get battery state.");
-		return smprintf(UNKNOWN_STR);
-	}
-
-
 	ccat(3, "/sys/class/power_supply/", battery, "/status");
 	fp = fopen(concat, "r");
 	if (fp == NULL) {