Skip to content

Commit

Permalink
fix travis build (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kendall authored and matthewlane committed Sep 18, 2017
1 parent 9da2dba commit 0298b7f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/userSync.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as utils from 'src/utils';
import { config } from 'src/config';
import { StorageManager, pbjsSyncsKey } from './storagemanager';

/**
* Factory function which creates a new UserSyncPool.
Expand Down Expand Up @@ -96,15 +95,6 @@ export function newUserSync(userSyncDependencies) {
});
}

/**
* @function setBidderSynced
* @summary track that bidder has been synced in storagemanager
* @private
*/
function setBidderSynced(bidder) {
StorageManager.add(pbjsSyncsKey, bidder, true);
}

/**
* @function incrementAdapterBids
* @summary Increment the count of user syncs queue for the adapter
Expand Down

0 comments on commit 0298b7f

Please sign in to comment.