summaryrefslogtreecommitdiff
path: root/include/crawler/win32/errormsg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/crawler/win32/errormsg.hpp')
-rwxr-xr-xinclude/crawler/win32/errormsg.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/crawler/win32/errormsg.hpp b/include/crawler/win32/errormsg.hpp
deleted file mode 100755
index f1ceb93..0000000
--- a/include/crawler/win32/errormsg.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __ERRORMSG_H
-#define __ERRORMSG_H
-
-#include <string>
-
-#include "CrawlerExportable.hpp"
-
-CRAWLER_DLL_VISIBLE std::string getLastError( );
-
-#endif