mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
Removing remnants of a refactoring from Christmas Past
This commit is contained in:
parent
041cc6784e
commit
07283817cb
@ -81,7 +81,6 @@ class Query {
|
|||||||
*
|
*
|
||||||
* @return the success or failure of the operation
|
* @return the success or failure of the operation
|
||||||
*/
|
*/
|
||||||
// Status getHistoricalQueryResults(HistoricalQueryResults& hQR);
|
|
||||||
Status getPreviousQueryResults(QueryData& results);
|
Status getPreviousQueryResults(QueryData& results);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@ -99,8 +98,6 @@ class Query {
|
|||||||
* @return the success or failure of the operation
|
* @return the success or failure of the operation
|
||||||
* @see getHistoricalQueryResults
|
* @see getHistoricalQueryResults
|
||||||
*/
|
*/
|
||||||
// Status getHistoricalQueryResults(HistoricalQueryResults& hQR,
|
|
||||||
// std::shared_ptr<DBHandle> db);
|
|
||||||
Status getPreviousQueryResults(QueryData& results, DBHandleRef db);
|
Status getPreviousQueryResults(QueryData& results, DBHandleRef db);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user