diff --git a/RouterContext.h b/RouterContext.h index f2ece677..fad5203d 100644 --- a/RouterContext.h +++ b/RouterContext.h @@ -59,7 +59,7 @@ namespace i2p bool IsFloodfill () const { return m_IsFloodfill; }; void SetFloodfill (bool floodfill); void SetFamily (const std::string& family); - std::string GetFamilyString () const { return m_FamilyString; }; + //std::string GetFamilyString () const { return m_FamilyString; }; void SetBandwidth (int limit); /* in kilobytes */ void SetBandwidth (char L); /* by letter */ bool AcceptsTunnels () const { return m_AcceptsTunnels; };