A function to remove a lock file (a file with the same name + 'LOCK') to indicate the end of exclusive write access of that file by a process. Used in conjunction with getLockFile to lock a file up for one processor at a time in a multiprocessor environment.