 d4d0ebb7da
			
		
	
	
		d4d0ebb7da
		
	
	
	
	
		
			
			These file define functions are are not called from common code anymore. Delete those functions and, if applicable, the entire files. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240408155330.522792-10-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			23 lines
		
	
	
		
			351 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			351 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "qemu/osdep.h"
 | |
| #include "monitor/monitor.h"
 | |
| #include "qapi/qapi-emit-events.h"
 | |
| 
 | |
| Monitor *monitor_cur(void)
 | |
| {
 | |
|     return NULL;
 | |
| }
 | |
| 
 | |
| Monitor *monitor_set_cur(Coroutine *co, Monitor *mon)
 | |
| {
 | |
|     return NULL;
 | |
| }
 | |
| 
 | |
| void qapi_event_emit(QAPIEvent event, QDict *qdict)
 | |
| {
 | |
| }
 | |
| 
 | |
| int monitor_vprintf(Monitor *mon, const char *fmt, va_list ap)
 | |
| {
 | |
|     abort();
 | |
| }
 |