Skip to content

Commit 02f0d81

Browse files
author
edvraa
committed
delete unused predicate
1 parent 3723f7f commit 02f0d81

File tree

1 file changed

+0
-3
lines changed
  • csharp/ql/src/semmle/code/csharp/frameworks/system

1 file changed

+0
-3
lines changed

csharp/ql/src/semmle/code/csharp/frameworks/system/Web.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ class SystemWebHttpCookie extends SystemWebClass {
203203

204204
/** Gets the `Secure` property. */
205205
Property getSecureProperty() { result = this.getProperty("Secure") }
206-
207-
/** Gets the `HttpOnly` property. */
208-
Property getHttpOnlyProperty() { result = this.getProperty("HttpOnly") }
209206
}
210207

211208
/** The `System.Web.IHtmlString` class. */

0 commit comments

Comments
 (0)