8000 Remove unused variables in libdtm.c. · postgrespro/postgres_cluster@da45ca5 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0