File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,6 @@ static SimpleOidList tabledata_exclude_oids = {NULL, NULL};
122
122
static SimpleStringList foreign_servers_include_patterns = {NULL, NULL};
123
123
static SimpleOidList foreign_servers_include_oids = {NULL, NULL};
124
124
125
-
126
- /* placeholders for the delimiters for comments */
127
- char g_comment_start[10];
128
- char g_comment_end[10];
129
-
130
125
static const CatalogId nilCatalogId = {0, 0};
131
126
132
127
/* override for standard extra_float_digits setting */
@@ -405,9 +400,6 @@ main(int argc, char **argv)
405
400
*/
406
401
init_parallel_dump_utils();
407
402
408
- strcpy(g_comment_start, "-- ");
409
- g_comment_end[0] = '\0';
410
-
411
403
progname = get_progname(argv[0]);
412
404
413
405
if (argc > 1)
Original file line number Diff line number Diff line change @@ -639,10 +639,6 @@ typedef struct _extensionMemberId
639
639
ExtensionInfo * ext ; /* owning extension */
640
640
} ExtensionMemberId ;
641
641
642
- /* placeholders for comment starting and ending delimiters */
643
- extern char g_comment_start [10 ];
644
- extern char g_comment_end [10 ];
645
-
646
642
/*
647
643
* common utility functions
648
644
*/
You can’t perform that action at this time.
0 commit comments