Clean up from my last commit to the trace stuff.

--HG--
extra : convert_revision : b6a975d1c4195a764ba875bc3aaaa064be4955b7
This commit is contained in:
Nathan Binkert
2007-02-09 16:30:06 -08:00
parent 895716248f
commit 81c5d0e3d8
2 changed files with 4 additions and 31 deletions

View File

@@ -53,19 +53,6 @@ ignore(const char *expr)
Trace::ignore.setExpression(expr);
}
inline void
buffer_size(int num_lines)
{
if ((int)num_lines > 0)
Trace::theLog.init(num_lines);
}
inline void
dump(const char *filename)
{
dumpTrace(filename);
}
using Trace::enabled;
%}
@@ -73,8 +60,6 @@ using Trace::enabled;
extern void ignore(const char *expr);
extern void set(const char *string);
extern void clear(const char *string);
extern void buffer_size(int num_lines);
extern void dump(const char *filename);
extern bool enabled;
%}