include: Remove unused default value for VENDOR_RELEASE
We're always setting this in the appropriate blah-config.h now.
This commit is contained in:
		
							parent
							
								
									4b936ebcaa
								
							
						
					
					
						commit
						f58fee67b1
					
				| 
						 | 
				
			
			@ -47,15 +47,6 @@ SOFTWARE.
 | 
			
		|||
#ifndef SITE_H
 | 
			
		||||
#define SITE_H
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * The vendor release number identifies, for the purpose of submitting
 | 
			
		||||
 * traceable bug reports, the release number of software produced
 | 
			
		||||
 * by the vendor.
 | 
			
		||||
 */
 | 
			
		||||
#ifndef VENDOR_RELEASE
 | 
			
		||||
#define VENDOR_RELEASE	6600
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * The following constants are provided solely as a last line of defense.  The
 | 
			
		||||
 * normal build ALWAYS overrides them using a special rule given in
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue