chore: remove unused osfhandle hack (#16305)

This commit is contained in:
Jeremy Apthorp 2019-01-17 15:58:47 -08:00 committed by GitHub
parent f105c84349
commit 98d0daa2fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 83 deletions

View file

@ -29,7 +29,6 @@ const BLACKLIST = new Set([
['atom', 'common', 'common_message_generator.cc'],
['atom', 'common', 'common_message_generator.h'],
['atom', 'common', 'node_includes.h'],
['atom', 'node', 'osfhandle.cc'],
['spec', 'static', 'jquery-2.0.3.min.js']
].map(tokens => path.join(SOURCE_ROOT, ...tokens)))