Skip to content

Commit

Permalink
platform: Remove chmod function
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Dec 19, 2021
1 parent a107e50 commit 89e2ee7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ bool platform_supports_hevc(enum platform system) {
return false;
}

int chmod(const char *path, mode_t mode) {
return 0;
}

uid_t getuid(void) {
return 1;
}
Expand Down

0 comments on commit 89e2ee7

Please sign in to comment.