diff options
author | Michael Niedermayer | 2012-11-02 00:24:26 +0100 |
---|---|---|
committer | Nicolas George | 2012-11-04 10:47:52 +0100 |
commit | 4e6fa5be3ce5a66e9420377dceedffb6cadfdad4 (patch) | |
tree | 3cceeb0a9d13021a54ccbebb5ac8ad00e8e84f07 /cmdutils.h | |
parent | 50d3a1a962d5ea6a2d4cb7a82bb13cf0e00c649e (diff) |
Revert "cmdutils: allow specifying the file for -report"
This reverts commit 841bf0ef240f0d862b1f07076e079829456fb117.
This does not fully work as the file is used before the filename is parsed
so not all information is written in the specified file.
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmdutils.h b/cmdutils.h index 74bee61060..931b634f4a 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -84,8 +84,6 @@ int opt_loglevel(void *optctx, const char *opt, const char *arg); int opt_report(const char *opt); -int opt_report_file(void *optctx, const char *opt, const char *arg); - int opt_max_alloc(void *optctx, const char *opt, const char *arg); int opt_cpuflags(void *optctx, const char *opt, const char *arg); |