Modernize plasma store (C to C++ changes). (#546)

This commit is contained in:
Philipp Moritz
2017-05-15 01:19:44 -07:00
committed by Robert Nishihara
parent e2e9e4ce6f
commit 08e988aee5
14 changed files with 794 additions and 738 deletions
-3
View File
@@ -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. */