Skip to content

Commit

Permalink
pid variable not use.
Browse files Browse the repository at this point in the history
  • Loading branch information
armetiz authored and mmalecki committed Aug 30, 2012
1 parent 70a6acd commit 4e7fa8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/forever.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ function getAllPids(processes) {

function stopOrRestart(action, event, format, target) {
var emitter = new events.EventEmitter(),
results = [],
pids;
results = [];

function sendAction(proc, next) {
var socket = new nssocket.NsSocket();
Expand Down

0 comments on commit 4e7fa8f

Please sign in to comment.