objectcache: Remove unused QOS_LOCALITY_* constants

Follow-up to 7e1216370, which removed ATTR_LOCALITY.

Change-Id: I9885f53f0058e06056f76249a447c4bb3c96ad2f
This commit is contained in:
Aaron Schulz 2021-09-21 12:24:40 -07:00 committed by Krinkle
parent 96ad399733
commit 59b002b866

View file

@ -47,11 +47,6 @@ interface StorageAwareness {
/** Fallback disk-based SQL store */
public const QOS_EMULATION_SQL = 1;
/** Data is stored on remote hosts and accessed via the local area network */
public const QOS_LOCALITY_LAN = 1;
/** Data is stored on the local host and accessed via shared RAM, sockets, or filesystems */
public const QOS_LOCALITY_SRV = 2;
/** Data is never saved to begin with (blackhole store) */
public const QOS_DURABILITY_NONE = 1;
/** Data is lost at the end of the current web request or CLI script */