summaryrefslogtreecommitdiffstats
path: root/inc/analyzer.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/analyzer.h')
-rw-r--r--inc/analyzer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/inc/analyzer.h b/inc/analyzer.h
index 3f2c6952..1d78d576 100644
--- a/inc/analyzer.h
+++ b/inc/analyzer.h
@@ -29,13 +29,6 @@
*/
class CAnalyzer : public CPlugin
{
- public:
- /**
- * A method, which gets a global UUID of particular crash.
- * @param pDebugDumpPath A debugdump dir containing all necessary data.
- * @return A global UUID.
- */
- virtual std::string GetGlobalUUID(const char *pDebugDumpDir) = 0;
};
#endif /*ANALYZER_H_*/