Skip to content

Commit

Permalink
fix deprecated PLASMA_DEFAULT_RELEASE_DELAY
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed May 18, 2018
1 parent 3d41978 commit 469b59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/plasma/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace plasma {

ARROW_DEPRECATED("PLASMA_DEFAULT_RELEASE_DELAY is deprecated")
constexpr int64_t kDeprecatedPlasmaDefaultReleaseDelay = 64;
#define PLASMA_DEFAULT_RELEASE_DELAY kDeprecatedPlasmaDefaultReleaseDelay;
#define PLASMA_DEFAULT_RELEASE_DELAY plasma::kDeprecatedPlasmaDefaultReleaseDelay

/// We keep a queue of unreleased objects cached in the client until we start
/// sending release requests to the store. This is to avoid frequently mapping
Expand Down

0 comments on commit 469b59a

Please sign in to comment.