]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fb-mmap.c
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / lib / fb-mmap.c
index f4f901840ced7a5cf205518149c4c10797215eef..b6f827751fcf7f8b5152f8694806437c7074c5fb 100644 (file)
@@ -160,8 +160,6 @@ bfmm_config(struct fastbuf *f, uns item, int value)
     case BCONFIG_IS_TEMP_FILE:
       FB_MMAP(f)->is_temp_file = value;
       return 0;
-    case BCONFIG_CAN_OVERWRITE:
-      return 0;
     default:
       return -1;
     }