Remove unused private_unnamespace infrastructure.

This commit is contained in:
Jason Evans
2017-05-03 11:07:00 -07:00
parent a268af5085
commit a4ae9707da
3 changed files with 0 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
#!/bin/sh
for symbol in `cat $1` ; do
echo "#undef ${symbol}"
done