diff options
author | friendica <info@friendica.com> | 2012-11-29 19:52:10 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-29 19:52:10 -0800 |
commit | dd428cf4fc1ec043eea99e8d909cc21c5e214d26 (patch) | |
tree | a1f953b07a739ca72a112214ab530a617a59952b /include/onepoll.php | |
parent | 061a279ed3e40856c85baf54a27ef89bb860b056 (diff) | |
download | volse-hubzilla-dd428cf4fc1ec043eea99e8d909cc21c5e214d26.tar.gz volse-hubzilla-dd428cf4fc1ec043eea99e8d909cc21c5e214d26.tar.bz2 volse-hubzilla-dd428cf4fc1ec043eea99e8d909cc21c5e214d26.zip |
rm pidfile stuff since we won't need poller locking
Diffstat (limited to 'include/onepoll.php')
-rw-r--r-- | include/onepoll.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/onepoll.php b/include/onepoll.php index 617756953..f6f266165 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -24,7 +24,6 @@ function onepoll_run($argv, $argc){ require_once('include/Contact.php'); require_once('include/email.php'); require_once('include/socgraph.php'); - require_once('include/pidfile.php'); require_once('include/queue_fn.php'); load_config('config'); |