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

@ -7,7 +7,6 @@
#include <absl/strings/match.h>
extern "C" {
#include "redis/object.h"
#include "redis/zmalloc.h"
}
#include <sys/statvfs.h>