Skip to content

Commit be80b0d

Browse files
author
Rajesh Jinaga
committed
Cleanup
1 parent 9476c0e commit be80b0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Simpleflow/FunctionRegister.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
using System;
55
using System.Collections.Generic;
66
using System.Diagnostics;
7-
using System.Net.Http.Headers;
8-
using Simpleflow.Functions;
7+
98
using Simpleflow.Exceptions;
109

1110
namespace Simpleflow
@@ -121,7 +120,7 @@ public Delegate GetFunction(string name)
121120
/// <param name="name"></param>
122121
/// <returns></returns>
123122

124-
public bool? IsFunctionAvailableInClass(string name)
123+
private bool? IsFunctionAvailableInClass(string name)
125124
{
126125
if (_bitmapIndex.ContainsKey(name))
127126
{

0 commit comments

Comments
 (0)