Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed May 3, 2024
1 parent e1d37e2 commit 1bc22c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion headers/bytecode_api.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
* Authors: Török Edvin, Kevin Lin
Expand Down
2 changes: 1 addition & 1 deletion headers/bytecode_detect.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
* Copyright (C) 2009-2013 Sourcefire, Inc.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
5 changes: 0 additions & 5 deletions libclambcc/ClamBCAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ class ClamBCAnalysis
virtual uint32_t getTypeID(const llvm::Type *const t)
{
TypeMapTy::iterator I = typeIDs.find(t);
if (I == typeIDs.end()) {
DEBUG_NONPOINTER("BAD VALUE");
DEBUG_VALUE(t);
}

assert((I != typeIDs.end()) && "Type ID requested for unknown type");
return I->second;
}
Expand Down

0 comments on commit 1bc22c0

Please sign in to comment.