mirror of
https://github.com/wassname/ray.git
synced 2026-08-04 13:14:14 +08:00
Modernize plasma store (C to C++ changes). (#546)
This commit is contained in:
committed by
Robert Nishihara
parent
e2e9e4ce6f
commit
08e988aee5
@@ -14,7 +14,6 @@
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
|
||||
#include "utarray.h"
|
||||
#ifdef __cplusplus
|
||||
#include <functional>
|
||||
extern "C" {
|
||||
@@ -145,8 +144,6 @@ extern "C" {
|
||||
|
||||
typedef struct { unsigned char id[UNIQUE_ID_SIZE]; } UniqueID;
|
||||
|
||||
extern const UT_icd object_id_icd;
|
||||
|
||||
extern const UniqueID NIL_ID;
|
||||
|
||||
/* Generate a globally unique ID. */
|
||||
|
||||
Reference in New Issue
Block a user