From a272c9d6d2038c994b4de093464cf53b9d007a09 Mon Sep 17 00:00:00 2001 From: "vitalybuka@chromium.org" Date: Sun, 10 Nov 2013 00:32:34 +0000 Subject: Removes unnecessary macro. Review URL: https://codereview.chromium.org/65343009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234146 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/service/cloud_print/print_system_dummy.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/service/cloud_print') diff --git a/chrome/service/cloud_print/print_system_dummy.cc b/chrome/service/cloud_print/print_system_dummy.cc index c7a3b50..69f1089 100644 --- a/chrome/service/cloud_print/print_system_dummy.cc +++ b/chrome/service/cloud_print/print_system_dummy.cc @@ -4,7 +4,6 @@ // This is dummy implementation for all configurations where print system // for cloud print is not available. -#if !defined(CP_PRINT_SYSTEM_AVAILABLE) #include "chrome/service/cloud_print/print_system.h" @@ -19,5 +18,3 @@ scoped_refptr PrintSystem::CreateInstance( } } // namespace cloud_print -#endif // CP_PRINT_SYSTEM_AVAILABLE - -- cgit v1.1