Skip to content

Commit

Permalink
delete relics
Browse files Browse the repository at this point in the history
  • Loading branch information
djmott committed Aug 16, 2016
1 parent 8a4338a commit 4bdf8cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/example_nlp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ namespace commands{

xtd::nlp::english::pointer _english;

#if 0
#if 1
int main(){ return 0; }
#elif 0
int main(){
using namespace xtd;

Expand Down Expand Up @@ -60,4 +62,4 @@ int main(){
return 0;
}
#endif
#endif

0 comments on commit 4bdf8cd

Please sign in to comment.