Skip to content

Commit

Permalink
removed unused names
Browse files Browse the repository at this point in the history
  • Loading branch information
janeirik committed Feb 19, 2024
1 parent 7928d82 commit d7af047
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions nestkernel/nest_names.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ const Name GABA_A( "GABA_A" );
const Name GABA_B( "GABA_B" );
const Name g( "g" );
const Name g_AMPA( "g_AMPA" );
const Name g_AMPA_ext( "g_AMPA_ext" );
const Name g_GABA( "g_GABA" );
const Name g_ahp( "g_ahp" );
const Name g_C( "g_C" );
const Name g_ex( "g_ex" );
Expand Down Expand Up @@ -427,7 +425,6 @@ const Name S( "S" );
const Name S_act_NMDA( "S_act_NMDA" );
const Name s_NMDA( "s_NMDA" );
const Name s_AMPA( "s_AMPA" );
const Name s_AMPA_ext( "s_AMPA_ext" );
const Name s_GABA( "s_GABA" );
const Name SIC_scale( "SIC_scale" );
const Name SIC_th( "SIC_th" );
Expand Down
3 changes: 0 additions & 3 deletions nestkernel/nest_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,8 @@ extern const Name GABA_A;
extern const Name GABA_B;
extern const Name g;
extern const Name g_AMPA;
extern const Name g_AMPA_ext;
extern const Name g_ahp;
extern const Name g_C;
extern const Name g_GABA;
extern const Name g_ex;
extern const Name g_GABA_A;
extern const Name g_GABA_B;
Expand Down Expand Up @@ -453,7 +451,6 @@ extern const Name S;
extern const Name S_act_NMDA;
extern const Name s_GABA;
extern const Name s_AMPA;
extern const Name s_AMPA_ext;
extern const Name s_NMDA;
extern const Name SIC_scale;
extern const Name SIC_th;
Expand Down

0 comments on commit d7af047

Please sign in to comment.