Skip to content

Commit

Permalink
http: remove redefinition of RE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Jul 25, 2023
1 parent 36d9ee4 commit 7300f90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/http/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <string.h>
#include <re_types.h>
#include <re_sys.h>
#include <re_mem.h>
#include <re_mbuf.h>
#include <re_sa.h>
Expand All @@ -31,10 +32,6 @@
#define DEBUG_LEVEL 5
#include <re_dbg.h>

#ifndef RE_VERSION
#define RE_VERSION "???"
#endif


enum {
MAX_RETRIES = 3,
Expand Down

0 comments on commit 7300f90

Please sign in to comment.