Remove dead code

This commit is contained in:
Kelvin Sherlock 2013-08-02 22:21:19 -04:00
parent 83ccc8270c
commit 1193ad2de7

View File

@ -12,14 +12,6 @@ namespace MPW
{
if (Trace) fprintf(stderr, format, args...);
}
/*
namespace Internal
{
// for dup counts, etc.
extern std::vector<int> FDTable;
}
*/
}