Parcourir la source

Revert "print libfuse version"

This reverts commit ea300b7d5e3b5717358c85c1de0d16779bb54809.
Fabian Peter Hammerle il y a 6 ans
Parent
commit
0b37507b07
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);
 }