Merge pull request #2107 from tobiasblass/remove_suspicious_return

Remove suspicious unconditional return
master
emersion 7 years ago committed by GitHub
commit cac400a40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,7 +160,6 @@ static void log_distro() {
}
static void log_kernel() {
return;
FILE *f = popen("uname -a", "r");
if (!f) {
wlr_log(L_INFO, "Unable to determine kernel version");

Loading…
Cancel
Save