Skip to content
Snippets Groups Projects
Commit 7a87b9a5 authored by Ilya Verbin's avatar Ilya Verbin Committed by Aleksandr Lyapunov
Browse files

box: do not call constraint[i].destroy() in tuple_field_delete()

This call is redundant and does nothing. Constraints are destroyed in
space_cleanup_constraints(), which is called from space_create() and
space_delete(). Standalone tuples can't have initialized constraints.

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring
parent 5227b525
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment