mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #1283 from lioncash/unused
service: Remove unused g_kernel_named_ports variable
This commit is contained in:
		
						commit
						3b8a0bc146
					
				@ -74,8 +74,6 @@ using Kernel::SharedPtr;
 | 
			
		||||
 | 
			
		||||
namespace Service {
 | 
			
		||||
 | 
			
		||||
std::unordered_map<std::string, SharedPtr<ClientPort>> g_kernel_named_ports;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Creates a function string for logging, complete with the name (or header code, depending
 | 
			
		||||
 * on what's passed in) the port name, and all the cmd_buff arguments.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user