Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/12/08 11:46:21 (16 years ago)
Author:
gkronber
Message:

changed code to remove compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/ProcessingEngine.cs

    r268 r383  
    6363        try {
    6464          next = atomicOperation.Operator.Execute(atomicOperation.Scope);
    65         } catch(Exception ex) {
     65        } catch(Exception) {
    6666          // push operation on stack again
    6767          myExecutionStack.Push(atomicOperation);
Note: See TracChangeset for help on using the changeset viewer.