Revision 1b4a7550 trunk/Pithos.Core/FileState.cs

b/trunk/Pithos.Core/FileState.cs
35 35
// </copyright>
36 36
// -----------------------------------------------------------------------
37 37

  
38
using System.Data.SQLite;
38

  
39 39
using System.Diagnostics.Contracts;
40 40
using System.IO;
41 41
using System.Threading.Tasks;
......
382 382
                        Execute(call, state);
383 383
                    }
384 384
                }
385
                catch (ActiveRecordException exc)
385
                catch (ActiveRecordException )
386 386
                {
387 387
                    retries--;
388 388
                    if (retries <= 0)
389 389
                        throw;
390 390
                }
391
                catch (Exception exc)
392
                {
393
                    throw;
394
                }
395

  
396 391
        }
397 392
    }
398 393

  

Also available in: Unified diff