mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 02:00:36 +03:00
rdfa: move raw_dfa member functions to rdfa.cpp
This commit is contained in:
committed by
Matthew Barr
parent
35a42061f6
commit
21a4c8d4e2
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
* Copyright (c) 2015-2017, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -30,11 +30,9 @@
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
// prevent weak vtables for raw_report_info, dfa_build_strat and raw_dfa
|
||||
// prevent weak vtables for raw_report_info, dfa_build_strat
|
||||
raw_report_info::~raw_report_info() {}
|
||||
|
||||
dfa_build_strat::~dfa_build_strat() {}
|
||||
|
||||
raw_dfa::~raw_dfa() {}
|
||||
|
||||
} // namespace ue2
|
||||
|
||||
Reference in New Issue
Block a user