Skip to content

Commit

Permalink
Remove runas and code no longer using it
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed May 30, 2017
1 parent 7d994f2 commit b307b6e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"standard": "^8.4.0",
"standard-markdown": "^2.1.1"
},
"optionalDependencies": {
"runas": "^3.0.0"
},
"standard": {
"ignore": [
"/out",
Expand Down
9 changes: 0 additions & 9 deletions script/dump-symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@


def main(destination):
# if PLATFORM == 'win32':
# register_required_dll()

rm_rf(destination)
(project_name, product_name) = get_names_from_gyp()

Expand Down Expand Up @@ -49,12 +46,6 @@ def main(destination):
execute([sys.executable, generate_breakpad_symbols] + args)


def register_required_dll():
register = os.path.join(SOURCE_ROOT, 'tools', 'win',
'register_msdia80_dll.js')
execute(['node.exe', os.path.relpath(register)]);


def get_names_from_gyp():
variables = electron_gyp()
return (variables['project_name%'], variables['product_name%'])
Expand Down
12 changes: 0 additions & 12 deletions tools/win/register_msdia80_dll.js

This file was deleted.

0 comments on commit b307b6e

Please sign in to comment.