Skip to content
Snippets Groups Projects
Commit 16d3f968 authored by Reid Spencer's avatar Reid Spencer
Browse files

Remove useless/confusing namespace qualifier.

llvm-svn: 17852
parent a8c99d4d
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ bool GetBytecodeSymbols(const sys::Path& fileName, ...@@ -79,7 +79,7 @@ bool GetBytecodeSymbols(const sys::Path& fileName,
/// already in memory. /// already in memory.
/// @returns the ModuleProvider on success, 0 if the bytecode can't be parsed /// @returns the ModuleProvider on success, 0 if the bytecode can't be parsed
/// @brief Get a bytecode file's externally visibile defined global symbols. /// @brief Get a bytecode file's externally visibile defined global symbols.
ModuleProvider* llvm::GetBytecodeSymbols( ModuleProvider* GetBytecodeSymbols(
const unsigned char*Buffer, ///< The buffer to be parsed const unsigned char*Buffer, ///< The buffer to be parsed
unsigned Length, ///< The length of \p Buffer unsigned Length, ///< The length of \p Buffer
const std::string& ModuleID, ///< An identifier for the module const std::string& ModuleID, ///< An identifier for the module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment