Kristian Waagan created DERBY-5740:
--------------------------------------
Summary: Remove unsued code in
AlterTableConstantaction.columnDroppedAndTriggerDependencies
Key: DERBY-5740
URL: https://issues.apache.org/jira/browse/DERBY-5740
Project: Derby
Issue Type: Improvement
Components: SQL
Affects Versions: 10.9.0.0
Reporter: Kristian Waagan
Priority: Trivial
The following code is executed, but the results are not used:
CollectNodesVisitor visitor = new
CollectNodesVisitor(ColumnReference.class);
stmtnode.accept(visitor);
Vector refs = visitor.getList(); <--- never used
I plan to remove the code, but just want to record it here in case there are
side-effects by using the visitor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira