Commit 1656b25f by plusvic

Remove unused code

parent d6d05d02
...@@ -442,10 +442,6 @@ PyObject* convert_object_to_python( ...@@ -442,10 +442,6 @@ PyObject* convert_object_to_python(
// Do nothing with functions... // Do nothing with functions...
break; break;
case OBJECT_TYPE_REGEXP:
// Fairly certain you can't have these. :)
break;
case OBJECT_TYPE_DICTIONARY: case OBJECT_TYPE_DICTIONARY:
result = convert_dictionary_to_python((YR_OBJECT_DICTIONARY*) object); result = convert_dictionary_to_python((YR_OBJECT_DICTIONARY*) object);
break; 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