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:
Roman Gershman 2024-02-18 16:52:23 +02:00 committed by GitHub
parent 417ca952d6
commit fa75360227
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 94 additions and 1962 deletions

View file

@ -4,10 +4,6 @@
#include "server/db_slice.h"
extern "C" {
#include "redis/object.h"
}
#include <absl/cleanup/cleanup.h>
#include "base/flags.h"