Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 2ada9bb

Browse files
committed
- cleanup
1 parent fc5fc9e commit 2ada9bb

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

bin/cronjob_workshop_worker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
require_once ("Edo/Event/Engine/Factory.php");
7171
require_once ("Edo/Event.php");
7272
require_once ("Edo/Event/Engine.php");
73-
//require_once ("Edo/Event/Poolable.php");
7473

7574
//figuring out class name and path of worker and including it
7675
$worker_name = $options['worker'];

lib/Edo/Event/Worker/Abstract.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
4-
require_once(dirname(dirname(__FILE__)) . '/Engine/Abstract.php');
53
require_once(dirname(__FILE__) . '/Exception.php');
64

75
abstract class Edo_Event_Worker_Abstract

0 commit comments

Comments
 (0)