Changeset 2954

Show
Ignore:
Timestamp:
04/27/06 15:19:58 (3 years ago)
Author:
madcat
Message:

Removed some asserts.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hncore/cgcomm/sub_download.cpp

    r2921 r2954  
    330330                CacheEntry *c = new CacheEntry(file); 
    331331                c->setDirty(true); 
    332                 assert(c->getId() == getFId(file)); 
    333332                m_cache.insert(c); 
    334333        } else if (i != m_cache.get<2>().end() && event == PD_DESTROY) { 
  • hydranode/hncore/cgcomm/sub_search.cpp

    r2895 r2954  
    6565 
    6666std::ostream& operator<<(std::ostream &o, const Search::CacheEntry &c) { 
    67         assert(c.m_name.size()); 
    6867        uint32_t tagCount = 0; 
    6968        std::ostringstream tags;