Skip to content

Commit 343f298

Browse files
pcmoritzrobertnishihara
authored andcommitted
[xray] Fix compilation on mac (#2199)
1 parent 7246ff8 commit 343f298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ray/object_manager/object_directory.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ ray::Status ObjectDirectory::LookupLocations(const ObjectID &object_id,
148148
JobID job_id = JobID::nil();
149149
ray::Status status = gcs_client_->object_table().Lookup(
150150
job_id, object_id,
151-
[this, callback](gcs::AsyncGcsClient *client, const ObjectID &object_id,
152-
const std::vector<ObjectTableDataT> &location_history) {
151+
[callback](gcs::AsyncGcsClient *client, const ObjectID &object_id,
152+
const std::vector<ObjectTableDataT> &location_history) {
153153
// Build the set of current locations based on the entries in the log.
154154
std::unordered_set<ClientID> client_ids;
155155
std::vector<ClientID> locations_vector =

0 commit comments

Comments
 (0)