Cleanup code

This commit is contained in:
2026-02-11 17:35:22 +02:00
parent b48f099aa2
commit 93a101b235
3 changed files with 119 additions and 124 deletions

View File

@@ -128,8 +128,6 @@ namespace LibInput
strncpy(null_path, path.data(), path.size());
null_path[path.size()] = '\0';
printf("opening '%s'\n", null_path);
struct stat st;
if (stat(null_path, &st) == -1)
return BAN::Error::from_errno(errno);