Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
scv119 committed Dec 5, 2022
1 parent e2d21d9 commit efac370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ray/gcs/gcs_server/gcs_function_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class GcsFunctionManager {
kv_.Del("fun", "IsolatedExports:" + job_id_hex + ":", true, nullptr);
kv_.Del("fun", "RemoteFunction:" + job_id_hex + ":", true, nullptr);
kv_.Del("fun", "ActorClass:" + job_id_hex + ":", true, nullptr);
kv_.Del("fun", "FunctionsToRun:" + job_id_hex + ":", true, nullptr);
}

// Handler for internal KV
Expand Down

0 comments on commit efac370

Please sign in to comment.