Skip to content
Snippets Groups Projects
Commit 0813465c authored by Nathan Thoumine's avatar Nathan Thoumine
Browse files

Deleted unusued variables

parent 93c0843e
No related branches found
No related tags found
No related merge requests found
...@@ -89,10 +89,6 @@ class Graph { ...@@ -89,10 +89,6 @@ class Graph {
std::vector<void*> _iobuffer; std::vector<void*> _iobuffer;
// Stream // Stream
cudaStream_t _stream{nullptr}; cudaStream_t _stream{nullptr};
// Path to the folder containing samples that your calibration will be built on
std::string _calibPath;
// Path to the calibration cache to load / save your calibration data
std::string _cachePath;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment