svn_io_remove_file

Function svn_io_remove_file 

Source
pub unsafe extern "C" fn svn_io_remove_file(
    path: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_io_remove_file2(), except with @a ignore_enoent set to FALSE.

@deprecated Provided for backwards compatibility with the 1.6 API.