Skip to content

Commit

Permalink
remove unused commit code
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed Jan 21, 2025
1 parent fcbbd3f commit 0aa4adc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -931,10 +931,6 @@ Backend.prototype.transformPresenceToLatestVersion = function(agent, presence, c
});
};

Backend.prototype._commitTransaction = function(id, seqs, callback) {

};

function pluckIds(snapshots) {
var ids = [];
for (var i = 0; i < snapshots.length; i++) {
Expand Down

0 comments on commit 0aa4adc

Please sign in to comment.