summaryrefslogtreecommitdiff
path: root/src/gpuwattch/globalvar.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2020-05-23 20:06:25 -0400
committerMahmoud <[email protected]>2020-05-23 20:06:25 -0400
commitd610fd81420979e956bf37100f7e1c7f1d153831 (patch)
tree392a841f21fec5136339ff36ad9b5c7b1b4cb480 /src/gpuwattch/globalvar.h
parent6cedd3ef4973f3785757413db89a7c5d0ee2b58b (diff)
parente9e9fcf5957530ecb927aecb5ea238e4b78a4f45 (diff)
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution into dev-traces
Diffstat (limited to 'src/gpuwattch/globalvar.h')
-rw-r--r--src/gpuwattch/globalvar.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gpuwattch/globalvar.h b/src/gpuwattch/globalvar.h
index 9532576..e0b76c2 100644
--- a/src/gpuwattch/globalvar.h
+++ b/src/gpuwattch/globalvar.h
@@ -29,11 +29,10 @@
*
***************************************************************************/
-
#ifndef GLOBALVAR_H_
#define GLOBALVAR_H_
-#ifdef GLOBALVAR
+#ifdef GLOBALVAR
#define EXTERN
#else
#define EXTERN extern
@@ -42,7 +41,3 @@
EXTERN bool opt_for_clk;
#endif /* GLOBALVAR_H_ */
-
-
-
-