mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
tools: remove unused GuessWordSize function
Apart from the fact that the implementation is not reliable, GuessWordSize is not used anywhere in the codebase. PR-URL: https://github.com/iojs/io.js/pull/1638 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
parent
b16d9c28e8
commit
0c8f13df8f
1 changed files with 0 additions and 7 deletions
|
@ -89,12 +89,5 @@ def GuessArchitecture():
|
|||
return None
|
||||
|
||||
|
||||
def GuessWordsize():
|
||||
if '64' in platform.machine():
|
||||
return '64'
|
||||
else:
|
||||
return '32'
|
||||
|
||||
|
||||
def IsWindows():
|
||||
return GuessOS() == 'win32'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue