Index: doc_file_mapping.cpp =================================================================== --- doc_file_mapping.cpp (revision 45395) +++ doc_file_mapping.cpp (working copy) @@ -56,7 +56,6 @@ std::cout << ex.what() << std::endl; return 1; } - std::remove("file.bin"); return 0; } //]