From c4221322083ae8c9882910fb8a06c0b77135109e Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 3 Jun 2017 06:21:39 -0400 Subject: [PATCH] Remove vscode subdirectory. --- .vscode/settings.json | 3 --- core/serialize.c | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 .vscode/settings.json 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;