summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-10-16 13:51:41 -0400
committerAdam Jackson <ajax@nwnk.net>2019-10-30 16:17:04 +0000
commitf58fee67b1730798a57629da2f496c9fa594d143 (patch)
tree5be014721888c27f0be7e6baf4096babdcfbd18a /include
parent4b936ebcaaa80cc1dc1a51f110c7ecd77b06950e (diff)
include: Remove unused default value for VENDOR_RELEASE
We're always setting this in the appropriate blah-config.h now.
Diffstat (limited to 'include')
-rw-r--r--include/site.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/site.h b/include/site.h
index 9872dc983..bd88da934 100644
--- a/include/site.h
+++ b/include/site.h
@@ -48,15 +48,6 @@ SOFTWARE.
#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
* server/dix/Imakefile. If you want to change either of these constants,