Skip to content

Commit

Permalink
Temp save. Not complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 committed Aug 14, 2024
1 parent e3ebfcc commit b7cf11b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aqvm/base/threading/file_lock/file_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ int AqvmBaseThreadingFileLock_CloseFileLockTable() {
// TODO
return -1;
}

return 0;
}

Expand All @@ -31,7 +30,6 @@ int AqvmBaseThreadingFileLock_InitializeFileLockTable() {
&AqvmBaseThreadingFileLock_fileLockTable, 1024) != 0) {
return -1;
}

return 0;
}

Expand Down

0 comments on commit b7cf11b

Please sign in to comment.