Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginStdAfx.h

Issue 4899473029332992: Noissue - Remove dead code (Closed)
Patch Set: remove more #include directives Created March 20, 2015, 9:05 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/plugin/PluginSettings.cpp ('k') | src/plugin/PluginSystem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginStdAfx.h
===================================================================
--- a/src/plugin/PluginStdAfx.h
+++ b/src/plugin/PluginStdAfx.h
@@ -39,7 +39,6 @@
//#define _CRT_SECURE_NO_DEPRECATE 1
#include "ATL_Deprecate.h"
-extern CComModule _Module;
#include <stdio.h>
#include <assert.h>
#include <stdexcept>
@@ -77,13 +76,6 @@
#include <stdlib.h>
#include <crtdbg.h>
-
-#ifdef _MSC_VER
-#pragma warning(push)
-// warning C4996: function call with parameters that might be unsafe
-#pragma warning(disable : 4996)
-#endif
-
#endif // not _STDAFX_H
#ifndef countof
@@ -93,5 +85,3 @@
#ifdef USE_CONSOLE
#include "Console.h"
#endif
-
-#include "BuildVariant.h"
« no previous file with comments | « src/plugin/PluginSettings.cpp ('k') | src/plugin/PluginSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld