Skip to content

Commit

Permalink
chore: remove duplicate argVals definition
Browse files Browse the repository at this point in the history
Partially fixes #24
  • Loading branch information
xWyatt committed Jun 3, 2024
1 parent ad60c8f commit 24e01ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/headers/read_input.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ typedef struct argValues {
int httpMethod;
} argValues;

struct argValues* argVals;

int validateArguments(int argc, char** argv);

#endif

0 comments on commit 24e01ec

Please sign in to comment.