Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit dcfb626

Browse files
author
Geoffrey Goh
committed
remove TODO
1 parent e10f702 commit dcfb626

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

windows/CodePush.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ public void OnSuspend()
372372
}
373373
}
374374

375-
// TODO get rid of this
376375
private CodePushModule codePush;
377376

378377
public CodePushNativeModule(ReactContext reactContext, CodePushModule codePush) : base(reactContext)

windows/CodePushUpdateUtils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class CodePushUpdateUtils
1010
{
1111
// TODO: Generate binary hash
1212
// private static readonly String CODE_PUSH_HASH_FILE_NAME = "CodePushHash.json";
13-
1413
public async static Task CopyNecessaryFilesFromCurrentPackage(StorageFile diffManifestFile, StorageFolder currentPackageFolder, StorageFolder newPackageFolder)
1514
{
1615
await FileUtils.MergeDirectories(currentPackageFolder, newPackageFolder);

0 commit comments

Comments
 (0)