You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/02/23 12:39:15 UTC

[12/31] incubator-corinthia git commit: Remove Precompiled Headers from Repository

Remove Precompiled Headers from Repository

File dfutil-Prefix.pch is a platform-specific precompiled Header file
that is a hangover from before *.pch being added to .gitignore.

Precompiled headers are probably not important for these small compiles.
They should probably only occur in build/ even then, and not be carried
in the public repo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/e9215776
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/e9215776
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/e9215776

Branch: refs/heads/experimentzip
Commit: e9215776c1c22d140d765abc0c31e478da712034
Parents: f9214c4
Author: Dennis Hamilton <or...@apache.org>
Authored: Thu Feb 12 20:51:36 2015 -0800
Committer: Dennis Hamilton <or...@apache.org>
Committed: Thu Feb 12 20:51:36 2015 -0800

----------------------------------------------------------------------
 consumers/dfutil/src/dfutil-Prefix.pch | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/e9215776/consumers/dfutil/src/dfutil-Prefix.pch
----------------------------------------------------------------------
diff --git a/consumers/dfutil/src/dfutil-Prefix.pch b/consumers/dfutil/src/dfutil-Prefix.pch
deleted file mode 100644
index a0d2737..0000000
--- a/consumers/dfutil/src/dfutil-Prefix.pch
+++ /dev/null
@@ -1,7 +0,0 @@
-//
-// Prefix header for all source files of the 'dom' target in the 'dom' project
-//
-
-#ifdef __OBJC__
-    #import <Foundation/Foundation.h>
-#endif