Showing
1 changed file
with
2 additions
and
7 deletions
@@ -6,14 +6,9 @@ | @@ -6,14 +6,9 @@ | ||
6 | #include <libgen.h> //basename | 6 | #include <libgen.h> //basename |
7 | 7 | ||
8 | int main(int argc, char** argv){ | 8 | int main(int argc, char** argv){ |
9 | - char const *period_str, *text, *gain_str; | ||
10 | - char const *channel_name, *filename, *time_str; | ||
11 | - char const *number_str; | 9 | + char const *period_str, *gain_str; |
10 | + char const *channel_name; | ||
12 | char *default_output; | 11 | char *default_output; |
13 | - int number, ret; | ||
14 | - uint64_t executing_time, previous_executing_time; | ||
15 | - size_t linecap=0; | ||
16 | - ssize_t line_size; | ||
17 | blc_channel channel; | 12 | blc_channel channel; |
18 | float gain; | 13 | float gain; |
19 | int fd; | 14 | int fd; |
-
Please register or login to post a comment