[pisa-src] r1758 - trunk/performance/pisaperf.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 24 Nov 2009 10:41:19 +0100

Author: biurrun
Date: Tue Nov 24 10:41:19 2009
New Revision: 1758

Log:
Remove pointless CONFIG_PISA_PERFORMANCE guard around the whole file.
This header file is harmless and can be #included unconditionally.

Modified:
   trunk/performance/pisaperf.h

Modified: trunk/performance/pisaperf.h
==============================================================================
--- trunk/performance/pisaperf.h        Tue Nov 24 10:39:57 2009        (r1757)
+++ trunk/performance/pisaperf.h        Tue Nov 24 10:41:19 2009        (r1758)
@@ -14,9 +14,6 @@
 #ifndef PISA_PISAPERF_H
 #define PISA_PISAPERF_H
 
-#include "config.h"
-#ifdef CONFIG_PISA_PERFORMANCE
-
 #include <stdio.h>     /* FILE */
 
 /*
@@ -88,6 +85,4 @@
 
 pisa_perf_set *pisa_perf;
 
-#endif /* CONFIG_PISA_PERFORMANCE */
-
 #endif /* PISA_PISAPERF_H */

Other related posts:

  • » [pisa-src] r1758 - trunk/performance/pisaperf.h - Diego Biurrun