Remove unused consts from multi_explain.c

pull/3878/head
Hadi Moshayedi 2020-06-02 09:55:10 -07:00
parent 797405f3d1
commit f54a8e53c0
1 changed files with 0 additions and 7 deletions

View File

@ -57,13 +57,6 @@
#include "utils/snapmgr.h"
/* OR-able flags for ExplainXMLTag() (explain.c) */
#define X_OPENING 0
#define X_CLOSING 1
#define X_CLOSE_IMMEDIATE 2
#define X_NOWHITESPACE 4
/* Config variables that enable printing distributed query plans */
bool ExplainDistributedQueries = true;
bool ExplainAllTasks = false;