X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=lockfile.c;h=5ad2858b4885022141d915fa0555c51f80d11c1c;hb=8c1ce0f46b85d40f215084eed7313896300082df;hp=23db35aff21d7c33197726128e2f120291e6e9f0;hpb=61397d4b8da2f2ab3fd767c6058ad05ca10269b8;p=git.git diff --git a/lockfile.c b/lockfile.c index 23db35aff..5ad2858b4 100644 --- a/lockfile.c +++ b/lockfile.c @@ -97,4 +97,3 @@ void rollback_lock_file(struct lock_file *lk) unlink(lk->filename); lk->filename[0] = 0; } -