Skip to content

Commit

Permalink
delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Dec 3, 2013
1 parent 70a28a6 commit a5d805e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/mongo-livedata/oplog.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ MongoConnection.prototype._observeChangesWithOplog = function (
oplogEntryHandlers[PHASE.INITIALIZING] = function (op) {
needToFetch.set(idForOp(op), op.ts.toString());
};
oplogEntryHandlers[PHASE.FETCHING] = function (op) {
var id = idForOp(op);
// We can handle non-modify changes to things that we aren't fetching,
// directly.
};
// We can use the same handler for STEADY and FETCHING; the main difference is
// that FETCHING has non-empty currentlyFetching and/or needToFetch.
oplogEntryHandlers[PHASE.STEADY] = function (op) {
Expand Down

0 comments on commit a5d805e

Please sign in to comment.