Skip to content

Commit cc461f2

Browse files
committed
simplify check
1 parent ba0c275 commit cc461f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FWCore/Utilities/src/InputTag.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ namespace edm {
108108

109109
void InputTag::cacheToken(EDGetToken token) const { token_.store(token); }
110110

111-
bool InputTag::isUninitialized() const { return label_.empty() and instance_.empty() and process_.empty(); }
111+
bool InputTag::isUninitialized() const { return label_.empty(); }
112112

113113
std::ostream& operator<<(std::ostream& ost, InputTag const& tag) {
114114
static std::string const process(", process = ");

0 commit comments

Comments
 (0)