Skip to content

Commit

Permalink
Remove unused and essentially empty gridfs_mknod function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Imroy committed Nov 26, 2013
1 parent 9d80edd commit 37aae6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions operations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@ std::shared_ptr<mongo::ScopedDbConnection> make_ScopedDbConnection(void) {

return std::shared_ptr<mongo::ScopedDbConnection>(sdc, SDC_deleter());
}

int gridfs_mknod(const char *path, mode_t mode, dev_t rdev) {
// POSIX TODO
fprintf(stderr, "MKNOD: %s\n", path);
return 0;
}

0 comments on commit 37aae6b

Please sign in to comment.