mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	Remove unused define
This commit is contained in:
		
				
					committed by
					
						
						Thiago de Arruda
					
				
			
			
				
	
			
			
			
						parent
						
							092bdcac90
						
					
				
				
					commit
					94013a73f7
				
			@@ -251,7 +251,6 @@ readfile (
 | 
				
			|||||||
  context_sha256_T sha_ctx;
 | 
					  context_sha256_T sha_ctx;
 | 
				
			||||||
  int read_undo_file = FALSE;
 | 
					  int read_undo_file = FALSE;
 | 
				
			||||||
  int split = 0;                        /* number of split lines */
 | 
					  int split = 0;                        /* number of split lines */
 | 
				
			||||||
#define UNKNOWN  0x0fffffff             /* file size is unknown */
 | 
					 | 
				
			||||||
  linenr_T linecnt;
 | 
					  linenr_T linecnt;
 | 
				
			||||||
  int error = FALSE;                    /* errors encountered */
 | 
					  int error = FALSE;                    /* errors encountered */
 | 
				
			||||||
  int ff_error = EOL_UNKNOWN;           /* file format with errors */
 | 
					  int ff_error = EOL_UNKNOWN;           /* file format with errors */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user