mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: get rid of object.c and robj* in cc code (#2610)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
417ca952d6
commit
fa75360227
45 changed files with 94 additions and 1962 deletions
|
@ -4,10 +4,6 @@
|
|||
|
||||
#include "server/db_slice.h"
|
||||
|
||||
extern "C" {
|
||||
#include "redis/object.h"
|
||||
}
|
||||
|
||||
#include <absl/cleanup/cleanup.h>
|
||||
|
||||
#include "base/flags.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue