Revert "Function to compute RSS memory usage in a fast way, suitable to be called inside keys eviction loops"

This reverts commit 7d47ecd543.
This commit is contained in:
antirez
2010-11-02 12:10:41 +01:00
parent ca734d17ad
commit b5b22da8e6
2 changed files with 0 additions and 45 deletions

View File

@@ -397,8 +397,6 @@ struct redisServer {
char *requirepass;
int rdbcompression;
int activerehashing;
/* Memory related */
float fragmentation;
/* Replication related */
int isslave;
char *masterauth;
@@ -753,7 +751,6 @@ void usage();
void updateDictResizePolicy(void);
int htNeedsResize(dict *dict);
void oom(const char *msg);
size_t redisEstimateRSS(void);
/* Virtual Memory */
void vmInit(void);