Skip to content

Commit 510c676

Browse files
committed
Remove XA "support" from the backend
- it's removed from BDB 4.8.x and this has hardly ever done anything anyway
1 parent a819de4 commit 510c676

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/backend/dbconfig.c

-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ struct poptOption rdbOptions[] = {
4040
NULL, NULL },
4141
#endif
4242

43-
{ "xa_create", 0,POPT_BIT_SET, &db3dbi.dbi_cflags, DB_XA_CREATE,
44-
NULL, NULL },
45-
4643
{ "create", 0,POPT_BIT_SET, &db3dbi.dbi_oeflags, DB_CREATE,
4744
NULL, NULL },
4845
{ "thread", 0,POPT_BIT_SET, &db3dbi.dbi_oeflags, DB_THREAD,

0 commit comments

Comments
 (0)