Changeset 15 in libcf++ for trunk/src/codec.cpp


Ignore:
Timestamp:
06/14/15 03:03:32 (9 years ago)
Author:
cheese
Message:

#1 remove unused interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/codec.cpp

    r7 r15  
    1919    throw (cf::exception)
    2020{
    21     if (in.empty())
     21    if (in.size() == 0)
    2222        THROW_EXCEPTION("input is empty");
    2323
     
    182182    throw (cf::exception)
    183183{
    184     if (in.empty())
     184    if (in.size() == 0)
    185185        THROW_EXCEPTION("input is empty");
    186186
Note: See TracChangeset for help on using the changeset viewer.