removal of unnecessary getcwd

This commit is contained in:
nova
2026-06-23 21:55:07 +02:00
parent edab9a62ad
commit cebacc7017
2 changed files with 8 additions and 12 deletions
-2
View File
@@ -88,8 +88,6 @@ int main(){
getmaxyx(stdscr, terminal_height, terminal_width);
if (status & STATUS_RUN_BACKEND) {
free(global_path);
global_path = getcwd(NULL, 0);
pthread_cond_signal(&cond_mid);
pthread_cond_signal(&cond_lft);
status &= ~(STATUS_RUN_BACKEND);