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};
122122static SimpleStringList foreign_servers_include_patterns = {NULL, NULL};
123123static SimpleOidList foreign_servers_include_oids = {NULL, NULL};
124124
125-
126- /* placeholders for the delimiters for comments */
127- char g_comment_start[10];
128- char g_comment_end[10];
129-
130125static const CatalogId nilCatalogId = {0, 0};
131126
132127/* override for standard extra_float_digits setting */
@@ -405,9 +400,6 @@ main(int argc, char **argv)
405400 */
406401 init_parallel_dump_utils();
407402
408- strcpy(g_comment_start, "-- ");
409- g_comment_end[0] = '\0';
410-
411403 progname = get_progname(argv[0]);
412404
413405 if (argc > 1)
Original file line number Diff line number Diff line change @@ -639,10 +639,6 @@ typedef struct _extensionMemberId
639639 ExtensionInfo * ext ; /* owning extension */
640640} ExtensionMemberId ;
641641
642- /* placeholders for comment starting and ending delimiters */
643- extern char g_comment_start [10 ];
644- extern char g_comment_end [10 ];
645-
646642/*
647643 * common utility functions
648644 */
You can’t perform that action at this time.
0 commit comments