Removing a small "TODO" now that a bug has been fixed.

This commit is contained in:
Seth Hall 2011-09-13 09:10:19 -04:00
parent ee1884ca93
commit fa375d3164

View file

@ -25,8 +25,7 @@ export {
## Disabled analyzer IDs. This is only for internal tracking ## Disabled analyzer IDs. This is only for internal tracking
## so as to not attempt to disable analyzers multiple times. ## so as to not attempt to disable analyzers multiple times.
# TODO: This is waiting on ticket #460 to remove the '0'. disabled_aids: set[count] &default=set();
disabled_aids: set[count] &default=set(0);
}; };
## Ignore violations which go this many bytes into the connection. ## Ignore violations which go this many bytes into the connection.