Skip to content

Commit ef2c75e

Browse files
committed
Removed commented out code
1 parent 58a8d65 commit ef2c75e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/GraphODataTemplateWriter/Extensions/OdcmModelExtensions.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,9 @@ public static IEnumerable<OdcmMethod> Actions(this OdcmClass odcmClass)
177177

178178
public static bool IsAction(this OdcmMethod method)
179179
{
180-
//return method.Verbs == OdcmAllowedVerbs.Post;
181180
return !method.IsFunction;
182181
}
183182

184-
//public static bool IsFunction(this OdcmMethod method)
185-
//{
186-
// return method.IsFunction; //TODO:REVIEW
187-
//}
188-
189183
public static string GetNamespace(this OdcmModel model)
190184
{
191185
var @namespace = GetOdcmNamespace(model);

0 commit comments

Comments
 (0)