X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0805d73f8032718b02cce7be446bf87bad17905f..3eaab01ff3aaf3b8addf247073237c5891f485d4:/src/surf/surf_c_bindings.cpp diff --git a/src/surf/surf_c_bindings.cpp b/src/surf/surf_c_bindings.cpp index 9e2e4c5548..07be1f94a8 100644 --- a/src/surf/surf_c_bindings.cpp +++ b/src/surf/surf_c_bindings.cpp @@ -181,11 +181,6 @@ surf_action_t surf_host_write(sg_host_t host, surf_file_t fd, sg_size_t size){ return host->pimpl_->write(fd, size); } -int surf_host_file_seek(sg_host_t host, surf_file_t fd, - sg_offset_t offset, int origin){ - return host->pimpl_->fileSeek(fd, offset, origin); -} - int surf_host_file_move(sg_host_t host, surf_file_t fd, const char* fullpath){ return host->pimpl_->fileMove(fd, fullpath); }