diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 20af2f68..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -// Place your settings in this file to overwrite default and user settings. -{ -} \ No newline at end of file diff --git a/core/serialize.c b/core/serialize.c index a1a3e82f..8b718f45 100644 --- a/core/serialize.c +++ b/core/serialize.c @@ -412,10 +412,7 @@ static const char *gst_deserialize_impl( case 216: /* C function */ /* TODO - add registry for c functions */ - /* For now just add 64 bit integer */ { - int64_t rawp; - read_i64(rawp); ret.type = GST_NIL; } break;