Skip to content

Commit

Permalink
Refactor: drop qb_to_cs_error emulation when !defined(CS_USES_LIBQB)
Browse files Browse the repository at this point in the history
It's not in use as of 18e7801.

Sidenote: at least with corosync v2, this symbol is normally defined
in libcorosync_common.so.
  • Loading branch information
jnpkrn committed Jun 30, 2016
1 parent 1ee76e6 commit ba72486
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/crm_internal.h
Expand Up @@ -293,12 +293,6 @@ typedef struct qb_ipc_response_header cs_ipc_header_response_t;
# include <corosync/corodefs.h>
# include <corosync/coroipcc.h>
# include <corosync/coroipc_types.h>
static inline int
qb_to_cs_error(int a)
{
return a;
}

typedef coroipc_request_header_t cs_ipc_header_request_t;
typedef coroipc_response_header_t cs_ipc_header_response_t;
# endif
Expand Down

0 comments on commit ba72486

Please sign in to comment.