diff options
Diffstat (limited to 'gcc/rust/util/rust-proc-macro-invocation.h')
-rw-r--r-- | gcc/rust/util/rust-proc-macro-invocation.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gcc/rust/util/rust-proc-macro-invocation.h b/gcc/rust/util/rust-proc-macro-invocation.h deleted file mode 100644 index b45e013..0000000 --- a/gcc/rust/util/rust-proc-macro-invocation.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef RUST_PROC_MACRO_INVOCATION_H -#define RUST_PROC_MACRO_INVOCATION_H - -#include "rust-mapping-common.h" -#include "rust-location.h" - -namespace Rust { - -class ProcMacroInvocable -{ -public: - virtual NodeId get_node_id () const = 0; - virtual const std::string as_string () const = 0; - virtual Location get_locus () const = 0; - - virtual ~ProcMacroInvocable () {} -}; - -} // namespace Rust - -#endif /* ! RUST_PROC_MACRO_INVOCATION_H*/ |