diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-06-12 20:01:37 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-06-16 13:04:30 +0200 |
commit | be49d61b19cea80ccc76e82f8faf2b2a640b658c (patch) | |
tree | 4efe592e56325e3df0c35fc5317bd976ae8ffd70 /win32/build/confutils.js | |
parent | 5651b1a7ca760aee1733a6b058d011f09942a6c4 (diff) | |
download | php-git-be49d61b19cea80ccc76e82f8faf2b2a640b658c.tar.gz |
Remove old SVN keywords substitutions
When the PHP source code was versioned in Subversion, there was
possible to substitute certain keywords such as $Id$ with revision
number, last change time and author name. Such approach is not used
in Git so this patch removes these outdated artifacts from source
code files.
Diffstat (limited to 'win32/build/confutils.js')
-rw-r--r-- | win32/build/confutils.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js index ce512b549f..5a5921e24e 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -// $Id: confutils.js,v 1.60.2.1.2.8.2.33 2009-05-29 07:43:07 kalle Exp $ - var STDOUT = WScript.StdOut; var STDERR = WScript.StdErr; var WshShell = WScript.CreateObject("WScript.Shell"); |