Skip to content

Commit dda826e

Browse files
committed
more removals
1 parent 68df12a commit dda826e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

system/ioc/config/Binder.cfc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@ component accessors="true" {
279279
return variables.properties[ arguments.name ];
280280
}
281281

282-
// TODO: remove by v7
283-
// Deprecated Check
284-
if ( !isNull( arguments.default ) ) {
285-
return arguments.default;
286-
}
287-
288282
// Default Value
289283
if ( !isNull( arguments.defaultValue ) ) {
290284
return arguments.defaultValue;

0 commit comments

Comments
 (0)