Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkurtzer committed Jun 26, 2017
1 parent c1afedf commit 499d8a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/image/mount/image/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
#include "../mount.h"


int _singularity_image_mount_image_check(struct image_object *image) {
return(singularity_image_check(image));
}


int _singularity_image_mount_image_mount(struct image_object *image, char *mount_point) {
int opts = MS_NOSUID;
Expand Down

0 comments on commit 499d8a9

Please sign in to comment.