Skip to content

Commit

Permalink
Remove a few unused properties (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Sep 5, 2024
1 parent e0778b3 commit 941da76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions k4FWCore/scripts/k4run
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ from k4FWCore.utils import load_file

# these default properties are filtered as otherwise they will clutter the argument list
FILTER_GAUDI_PROPS = [
"ContextService",
"Cardinality",
"Context",
"CounterList",
Expand All @@ -21,8 +20,6 @@ FILTER_GAUDI_PROPS = [
"ExtraInputs",
"ExtraOutputs",
"FilterCircularDependencies",
"StatEntityList",
"IsIOBound",
"MonitorService",
"NeededResources",
"PropertiesPrint",
Expand All @@ -33,7 +30,6 @@ FILTER_GAUDI_PROPS = [
"StatPrint",
"StatTableHeader",
"Timeline",
"TypePrint",
"UseEfficiencyRowFormat",
"EnableFaultHandler",
"InhibitPathes",
Expand All @@ -43,7 +39,6 @@ FILTER_GAUDI_PROPS = [
"DataAccessName",
"DataFaultName",
"RootCLID",
"PrintEmptyCounters",
"Blocking",
"VetoObjects",
"CheckToolDeps",
Expand Down

0 comments on commit 941da76

Please sign in to comment.