Remove old model_version key from proc metadata
This commit is contained in:
		
							parent
							
								
									f02994c149
								
							
						
					
					
						commit
						70e886fcfe
					
				| @ -28,7 +28,6 @@ extern "C" { | ||||
| 
 | ||||
| #define OVNI_STREAM_MAGIC "ovni" | ||||
| #define OVNI_STREAM_VERSION 1 | ||||
| #define OVNI_MODEL_VERSION "O1 V1 T1 M1 D1 K1 61" | ||||
| 
 | ||||
| #define OVNI_STREAM_EXT ".obs" | ||||
| 
 | ||||
|  | ||||
| @ -229,9 +229,6 @@ proc_set_version(void) | ||||
| 
 | ||||
| 	if (json_object_set_number(meta, "version", OVNI_METADATA_VERSION) != 0) | ||||
| 		die("json_object_set_number for version failed"); | ||||
| 
 | ||||
| 	if (json_object_set_string(meta, "model_version", OVNI_MODEL_VERSION) != 0) | ||||
| 		die("json_object_set_string for model_version failed"); | ||||
| } | ||||
| 
 | ||||
| void | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user