Removing remnants of a refactoring from Christmas Past

This commit is contained in:
Mike Arpaia 2015-09-04 11:33:33 -07:00
parent 041cc6784e
commit 07283817cb

View File

@ -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: