build: Remove accidentily added line in samba_version.py
authorAndrew Bartlett <abartlet@samba.org>
Mon, 20 Aug 2012 21:57:14 +0000 (07:57 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 21 Aug 2012 01:11:16 +0000 (03:11 +0200)
This was incorrectly added in 0e441636afd5923a92f7eb29d66dfa52e2f0a5c3.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Aug 21 03:11:16 CEST 2012 on sn-devel-104

buildtools/wafsamba/samba_version.py

index b5cfc26e60b9eb6c93e4e06c2901f0be425236b4..e82fd4723eec325a562ecf65c576a46e5d789710 100644 (file)
@@ -269,7 +269,6 @@ also accepted as dictionary entries here
             string+="#define SAMBA_VERSION_VENDOR_SUFFIX " + self.VENDOR_SUFFIX + "\n"
             if self.VENDOR_PATCH is not None:
                 string+="#define SAMBA_VERSION_VENDOR_PATCH " + self.VENDOR_PATCH + "\n"
-                string+='#define SAMBA_VERSION_VENDOR_PATCH_STRING "' + self.VENDOR_PATCH + '"\n'
 
         if self.RELEASE_NICKNAME is not None:
             string+="#define SAMBA_VERSION_RELEASE_NICKNAME " + self.RELEASE_NICKNAME + "\n"