From 7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 21 Jun 2015 00:53:28 +0200 Subject: o Using ends_with when checking for which app to launch too. sm-get-value: o Using the io code for writing samples --- apps/sample-add-timestamp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/sample-add-timestamp.h') diff --git a/apps/sample-add-timestamp.h b/apps/sample-add-timestamp.h index 13d2216..711cf49 100644 --- a/apps/sample-add-timestamp.h +++ b/apps/sample-add-timestamp.h @@ -57,7 +57,6 @@ public: void add_options(po::options_description_easy_init &options) override { options - ("help", "produce this help message") ("resolution", po::value(&resolution)->default_value(time_resolution::SECONDS)) ("timestamp-name", po::value(×tamp_name)->default_value("timestamp")) ("output-format", po::value(&output_format)->default_value(sample_format_type::KEY_VALUE)); -- cgit v1.2.3