Browse Source

Revert "print libfuse version"

This reverts commit ea300b7d5e3b5717358c85c1de0d16779bb54809.
Fabian Peter Hammerle 6 years ago
parent
commit
0b37507b07
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rgpgfs.c

+ 0 - 1
rgpgfs.c

@@ -84,6 +84,5 @@ static struct fuse_operations rgpgfs_fuse_operations = {
 };
 
 int main(int argc, char *argv[]) {
-  printf("libfuse version %s\n", fuse_pkgversion());
   return fuse_main(argc, argv, &rgpgfs_fuse_operations, NULL);
 }