aboutsummaryrefslogtreecommitdiff
path: root/src/intercopycontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intercopycontext.cpp')
-rw-r--r--src/intercopycontext.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/intercopycontext.cpp b/src/intercopycontext.cpp
index a8b3374..7fb2706 100644
--- a/src/intercopycontext.cpp
+++ b/src/intercopycontext.cpp
@@ -1106,10 +1106,6 @@ void InterCopyContext::interCopyString() const
1106[[nodiscard]] 1106[[nodiscard]]
1107InterCopyOneResult InterCopyContext::interCopyTable() const 1107InterCopyOneResult InterCopyContext::interCopyTable() const
1108{ 1108{
1109 if (vt == VT::KEY) {
1110 return InterCopyOneResult::NotCopied;
1111 }
1112
1113 STACK_CHECK_START_REL(L1, 0); 1109 STACK_CHECK_START_REL(L1, 0);
1114 STACK_CHECK_START_REL(L2, 0); 1110 STACK_CHECK_START_REL(L2, 0);
1115 DEBUGSPEW_CODE(DebugSpew(nullptr) << "TABLE " << name << std::endl); 1111 DEBUGSPEW_CODE(DebugSpew(nullptr) << "TABLE " << name << std::endl);