mirror of https://gitee.com/bigwinds/arangodb
cppcheck
This commit is contained in:
parent
5b59b6dacd
commit
82e814cc69
|
@ -34,7 +34,7 @@ class HeartbeatThread;
|
|||
|
||||
class ClusterFeature : public application_features::ApplicationFeature {
|
||||
public:
|
||||
ClusterFeature(application_features::ApplicationServer*);
|
||||
explicit ClusterFeature(application_features::ApplicationServer*);
|
||||
~ClusterFeature();
|
||||
|
||||
public:
|
||||
|
|
|
@ -1322,8 +1322,6 @@ int ClusterInfo::createCollectionCoordinator(std::string const& databaseName,
|
|||
// Update our cache:
|
||||
loadPlannedCollections();
|
||||
|
||||
std::string const where =
|
||||
"Current/Collections/" + databaseName + "/" + collectionID;
|
||||
while (TRI_microtime() <= endTime) {
|
||||
agencyCallback->waitForExecution(interval);
|
||||
|
||||
|
|
Loading…
Reference in New Issue