aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/replnodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/replnodes.h')
-rw-r--r--src/include/nodes/replnodes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/nodes/replnodes.h b/src/include/nodes/replnodes.h
index a7723447400..8ae9c517ff2 100644
--- a/src/include/nodes/replnodes.h
+++ b/src/include/nodes/replnodes.h
@@ -108,13 +108,4 @@ typedef struct TimeLineHistoryCmd
TimeLineID timeline;
} TimeLineHistoryCmd;
-/* ----------------------
- * SQL commands
- * ----------------------
- */
-typedef struct SQLCmd
-{
- NodeTag type;
-} SQLCmd;
-
#endif /* REPLNODES_H */