mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 03:23:37 +08:00
Remove unused variables from ExecModifyTable
Remove two unused variables from ExecModifyTable that were accidentally left in when removing dead code.
This commit is contained in:
parent
90d1a390c7
commit
c873731e25
@ -589,8 +589,6 @@ ExecModifyTable(PlanState *pstate)
|
||||
TupleTableSlot *planSlot;
|
||||
TupleTableSlot *oldSlot;
|
||||
ItemPointer tupleid;
|
||||
ItemPointerData tuple_ctid;
|
||||
HeapTupleData oldtupdata;
|
||||
HeapTuple oldtuple;
|
||||
List *relinfos = NIL;
|
||||
ListCell *lc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user