diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-17 22:41:35 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-17 22:41:35 +0000 |
| commit | 18c6746750cb0c4f5cef6d7ed661e85dab100683 (patch) | |
| tree | a014e7d509f2b7a24a04fd2f8212529ce4d1326a /sources/core/VSTask.java | |
| parent | 8602c18db94281afd5bc0ceb5930a3d99fbe7a38 (diff) | |
Bugfix: Crash and Recover tasks use global time.
Diffstat (limited to 'sources/core/VSTask.java')
| -rw-r--r-- | sources/core/VSTask.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 4fe7b37..7ebf4d5 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -54,10 +54,6 @@ public class VSTask implements Comparable { } public void run() { - /* Process crash allready checked in VSTaskManager */ - //if (process.isCrashed() && !(event instanceof ProcessRecoverEvent)) - // return; - if (event instanceof VSMessage) { onMessageRecv(); |
