summaryrefslogtreecommitdiff
path: root/src/set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set.c')
-rw-r--r--src/set.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/set.c b/src/set.c
index 004f25c..5a68aac 100644
--- a/src/set.c
+++ b/src/set.c
@@ -29,17 +29,6 @@ boolean set_validate(vtw_def *defp, char *valp, boolean empty_val)
char* path_end=NULL;
if (!empty_val) {
- int i = 0;
- int val_len = strlen(valp);
-
- for (i = 0; i < val_len; i++) {
- if (valp[i] == '\'') {
- fprintf(out_stream, "Cannot use the \"'\" (single quote) character "
- "in a value string\n");
- bye("single quote in value string\n");
- }
- }
-
{
clind_path_ref tp = clind_path_construct(t_path.path);
if(tp) {