git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correcting case insensitive search
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
rscript
/
nrmap_parser.cpp
diff --git
a/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp
b/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp
index 254a3da683b2dfd279a55262b9e49facb543fd00..308d5d0532a9349ced0a8e82051569ec79299862 100644
(file)
--- a/
projects/stargazer/plugins/other/rscript/nrmap_parser.cpp
+++ b/
projects/stargazer/plugins/other/rscript/nrmap_parser.cpp
@@
-35,14
+35,6
@@
#include "stg/common.h"
#include "nrmap_parser.h"
#include "stg/common.h"
#include "nrmap_parser.h"
-NRMapParser::NRMapParser()
-{
-}
-
-NRMapParser::~NRMapParser()
-{
-}
-
bool NRMapParser::ReadFile(const std::string & fileName)
{
std::ifstream source(fileName.c_str());
bool NRMapParser::ReadFile(const std::string & fileName)
{
std::ifstream source(fileName.c_str());