From 5b6683e1ba22055ac9d1a054c76a5bfdaa2d27f2 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Thu, 11 Jun 2020 19:58:36 -0400 Subject: [PATCH] SIP: Remove old comment --- lib/sip.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sip.js b/lib/sip.js index 6a23708b8..75dce6e6f 100644 --- a/lib/sip.js +++ b/lib/sip.js @@ -11,7 +11,6 @@ const { u32, } = Fn; -// TODO: make real const const ACCELEROMETER = "accelerometer"; const ALTIMETER = "altimeter"; const BAROMETER = "barometer"; @@ -21,7 +20,6 @@ const MAGNETOMETER = "magnetometer"; const ORIENTATION = "orientation"; const THERMOMETER = "thermometer"; - function Components(controller, options) { const state = priv.get(this); const descriptors = Object.create(null);