HomePhabricator

Storage: SqlBlobStore no longer needs Lanugage object

Description

Storage: SqlBlobStore no longer needs Lanugage object

Constructing a Language object in order to initialize the
BlobStoreFactory service causes a circular dependency
(see T231866).

SqlBlobStore was using the Language object to all iconv.
But nothing language specific is done in Language::iconv,
so we can just inline the call.

Bug: T231866
Change-Id: I90c25decbcff10ea762a2c7474a12fd2041b3abc

Details

Provenance
KrinkleAuthored on Oct 1 2019, 4:20 PM
PcheloloCommitted on Oct 2 2019, 4:26 PM
Parents
rMW3b9ac4a7f213: Merge "Remove meaningless (auto-generated?) constructor documentation"
Branches
Unknown
Tags
Unknown
ChangeId
I90c25decbcff10ea762a2c7474a12fd2041b3abc

Event Timeline