Skip to content

Commit

Permalink
chore(NativeModuleBase): Clean up unused static in NativeModuleBase (#…
Browse files Browse the repository at this point in the history
…893)

Fixes #870
  • Loading branch information
rozele committed Nov 23, 2016
1 parent e4e8afc commit 285b549
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ReactWindows/ReactNative.Shared/Bridge/NativeModuleBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ namespace ReactNative.Bridge
/// </remarks>
public abstract class NativeModuleBase : INativeModule
{
private static readonly MethodInfo s_toObjectGeneric = ((MethodInfo)ReflectionHelpers.InfoOf((JToken token) => token.ToObject<object>())).GetGenericMethodDefinition();

private static readonly IReadOnlyDictionary<string, object> s_emptyConstants
= new Dictionary<string, object>();

Expand Down

0 comments on commit 285b549

Please sign in to comment.