Skip to content

Commit

Permalink
Issue #707 removed references to worker
Browse files Browse the repository at this point in the history
  • Loading branch information
FJThiel committed Oct 14, 2024
1 parent 3dbc117 commit a5244db
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bouncer/src/repo/core/handler/repo_database_handler_mongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,6 @@ namespace repo {
* =================================== Private Fields ========================================
*/

// connectionPool::MongoConnectionPool *workerPool;
mongo::DBClientBase* worker;

mongocxx::instance instance;
std::unique_ptr<mongocxx::pool> clientPool;
Expand All @@ -421,11 +419,6 @@ namespace repo {
*/
std::map<std::string, std::pair<std::string, std::string> > databasesAuthentication;

void initWorker(
const mongo::ConnectionString &dbAddress,
const mongo::BSONObj *auth
);

mongo::ConnectionString dbAddress; /* !address of the database (host:port)*/

/*
Expand Down Expand Up @@ -453,7 +446,6 @@ namespace repo {

/**
* Get large file off GridFS
* @param worker the worker to operate with
* @param database database that it is stored in
* @param collection collection that it is stored in
* @param fileName file name in GridFS
Expand Down

0 comments on commit a5244db

Please sign in to comment.