mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Remove remnant diagnostic write.
Copied from Perforce Change: 175967 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
d7136bdbc0
commit
49a7e7eed7
1 changed files with 0 additions and 4 deletions
|
|
@ -80,10 +80,6 @@ def mpsplatformcode() :
|
|||
|
||||
mpsplatform = mpsplatformcode()
|
||||
|
||||
print "mpsplatform = ", mpsplatform
|
||||
|
||||
exit
|
||||
|
||||
make = ''
|
||||
if mpsplatform[4:6] == 'gc' :
|
||||
make = "make -r -f %s.gmk VARIETY=%%s %%s >> %%s" % mpsplatform
|
||||
|
|
|
|||
Loading…
Reference in a new issue