Skip to content

Commit da45ca5

Browse files
committed
Remove unused variables in libdtm.c.
1 parent d0bb8aa commit da45ca5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/pg_dtm/libdtm.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ typedef struct DTMConnData
2424

2525
typedef unsigned long long xid_t;
2626

27-
int DtmdPort;
28-
char* DtmdHost;
29-
30-
3127
// Returns true if the write was successful.
3228
static bool dtm_write_char(DTMConn dtm, char c)
3329
{

0 commit comments

Comments
 (0)