File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ struct CommandLineArgs {
29
29
end(" " ),
30
30
regex(" " ),
31
31
metric(" " ),
32
- resource(" " ),
33
32
filename(" " ),
33
+ resource(" " ),
34
34
uri(" " ),
35
35
database(" " ),
36
36
group(" " ),
@@ -39,9 +39,9 @@ struct CommandLineArgs {
39
39
js(" " ),
40
40
output(" " ),
41
41
gnuplot(" " ),
42
- raw(false ),
43
42
quiet(true ),
44
- verbose(false ) {
43
+ verbose(false ),
44
+ raw(false ) {
45
45
}
46
46
47
47
void check (const char *progname) {}
@@ -363,7 +363,6 @@ class Command {
363
363
364
364
virtual int executeLoadPost (const char * file, string body) {
365
365
366
- double speed_upload, total_time;
367
366
FILE *fd;
368
367
369
368
fd = fopen (file, " rb" ); /* open file to upload */
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ int main(int argc, char *argv[]) {
38
38
39
39
// create, update and delete resources
40
40
41
+ cout << " not implemented yet" << endl;
42
+
41
43
} catch (std::bad_alloc) {
42
44
cout << " Error with ml-config" << endl;
43
45
}
You can’t perform that action at this time.
0 commit comments