X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=RAW%2FAliRawDB.cxx;h=08df5a94d2ae53e8c101793c65c75eb9cb334655;hp=973491d69af34c913c852a0d80cdfea5536dd88b;hb=6d0995d0a06d6a6bd847ffbbdce3987e3e39179e;hpb=f3c1e83c7daf0bc469eccdb0558882675383da21 diff --git a/RAW/AliRawDB.cxx b/RAW/AliRawDB.cxx index 973491d69af..08df5a94d2a 100644 --- a/RAW/AliRawDB.cxx +++ b/RAW/AliRawDB.cxx @@ -278,10 +278,6 @@ Int_t AliRawDB::Close() return -1; } - // Create semaphore to say this file is finished - Int_t tfd = ::creat(Form("%s.done", fRawDB->GetName()), 0644); - close(tfd); - delete fRawDB; fRawDB = 0; if(!error)