Changeset 5317

Show
Ignore:
Timestamp:
02/28/08 04:24:59 (7 months ago)
Author:
morris
Message:

Remove unnecessary type check

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/wired/files.c

    r5197 r5317  
    13151315        wi_string_t             *realpath, *dirpath; 
    13161316        wi_array_t              *array; 
    1317         wd_file_type_t  type; 
    13181317        wi_uinteger_t   i, count; 
    13191318         
     
    13281327                wi_string_append_path_component(realpath, WI_ARRAY(array, i)); 
    13291328                 
    1330                 type = wd_files_type(realpath); 
    1331  
    13321329                if(wd_files_type(realpath) == WD_FILE_TYPE_DROPBOX) 
    13331330                        return true;