Skip to content

Commit

Permalink
remove unused defines
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Feb 28, 2016
1 parent b968893 commit 2c87e56
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions middle-pgsql.cpp
Expand Up @@ -81,13 +81,6 @@ middle_pgsql_t::table_desc::table_desc(const char *name_,
sql_conn(nullptr)
{}

#define HELPER_STATE_UNINITIALIZED -1
#define HELPER_STATE_FORKED -2
#define HELPER_STATE_RUNNING 0
#define HELPER_STATE_FINISHED 1
#define HELPER_STATE_CONNECTED 2
#define HELPER_STATE_FAILED 3

namespace {
char *pgsql_store_nodes(const idlist_t &nds) {
static char *buffer;
Expand Down

0 comments on commit 2c87e56

Please sign in to comment.