summaryrefslogtreecommitdiff
path: root/modules/core/os_config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/os_config.cpp')
-rw-r--r--modules/core/os_config.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/core/os_config.cpp b/modules/core/os_config.cpp
index a4e129ed5..f2b87d474 100644
--- a/modules/core/os_config.cpp
+++ b/modules/core/os_config.cpp
@@ -88,13 +88,6 @@ class CommandOSConfig : public Command
vcs->Set(vi.GetValue());
break;
}
- case DT_CHARPTR:
- {
- ValueContainerChar *vcc = debug_cast<ValueContainerChar *>(v->val);
- // Make sure we also copy the null terminator
- vcc->Set(vi.GetString(), strlen(vi.GetString()) + 1);
- break;
- }
case DT_STRING:
{
ValueContainerString *vcs = debug_cast<ValueContainerString *>(v->val);