mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove duplicate function
This commit is contained in:
@@ -383,13 +383,6 @@ var isModificationMod = function (mod) {
|
||||
return false;
|
||||
};
|
||||
|
||||
// Assumes callback has already been wrapped with bindEnvironment.
|
||||
var numberAffectedCallback = function (callback) {
|
||||
return function (err, result) {
|
||||
callback(err, ! err && { numberAffected: result });
|
||||
};
|
||||
};
|
||||
|
||||
var NUM_OPTIMISTIC_TRIES = 3;
|
||||
|
||||
// exposed for testing
|
||||
|
||||
Reference in New Issue
Block a user