| Index: src/flag-definitions.h
 | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
 | 
| index 3d368e3e236c742530ab8bf835bc8a20f129dd1a..0d490598cc835343b97d3d49b11668a59cb861d3 100644
 | 
| --- a/src/flag-definitions.h
 | 
| +++ b/src/flag-definitions.h
 | 
| @@ -1003,8 +1003,6 @@ DEFINE_BOOL(log_code, false,
 | 
|  DEFINE_BOOL(log_gc, false,
 | 
|              "Log heap samples on garbage collection for the hp2ps tool.")
 | 
|  DEFINE_BOOL(log_handles, false, "Log global handle events.")
 | 
| -DEFINE_BOOL(log_snapshot_positions, false,
 | 
| -            "log positions of (de)serialized objects in the snapshot.")
 | 
|  DEFINE_BOOL(log_suspect, false, "Log suspect operations.")
 | 
|  DEFINE_BOOL(prof, false,
 | 
|              "Log statistical profiling information (implies --log-code).")
 | 
| 
 |