Commit 1656b25f by plusvic

Remove unused code

parent d6d05d02
......@@ -442,10 +442,6 @@ PyObject* convert_object_to_python(
// Do nothing with functions...
break;
case OBJECT_TYPE_REGEXP:
// Fairly certain you can't have these. :)
break;
case OBJECT_TYPE_DICTIONARY:
result = convert_dictionary_to_python((YR_OBJECT_DICTIONARY*) object);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment